home: vim: replace 'fzf' with 'telescope'
I like the fact that it uses built-in buffers to preview files. It also has more inertia behind it, tighter integrations in the ecosystem.
This commit is contained in:
parent
5e3bd82f8b
commit
7fec5f870a
4 changed files with 18 additions and 24 deletions
|
|
@ -1,8 +0,0 @@
|
|||
" Use a floating window when availble
|
||||
if has('nvim-0.4.0') || has("patch-8.2.0191")
|
||||
let g:fzf_layout = { 'window': {
|
||||
\ 'width': 0.9,
|
||||
\ 'height': 0.7,
|
||||
\ 'highlight': 'Comment',
|
||||
\ 'rounded': v:false } }
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue