Fix LanguageClient with fzf
This commit is contained in:
parent
a7b2eb2d40
commit
5129092c6f
|
@ -1 +1,9 @@
|
||||||
let g:LanguageClient_fzfOptions = fzf#vim#with_preview().options
|
let g:fzf_action = {
|
||||||
|
\ 'ctrl-t': 'tab split',
|
||||||
|
\ 'ctrl-x': 'split',
|
||||||
|
\ 'ctrl-v': 'vsplit',
|
||||||
|
\ }
|
||||||
|
let opts = fzf#vim#with_preview().options + [
|
||||||
|
\ '--expect='.join(keys(fzf_action), ','),
|
||||||
|
\ ]
|
||||||
|
let g:LanguageClient_fzfOptions = opts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user