nvim: init.vim: Add fzf plugin explicitly
Without this, it seems to not work on Ubuntu even with latest neovim and pynvim. On Manjaro, this was not a problem.
This commit is contained in:
parent
c9715c9b69
commit
a797230085
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ Plug 'ervandew/supertab'
|
||||||
" of words.
|
" of words.
|
||||||
Plug 'easymotion/vim-easymotion'
|
Plug 'easymotion/vim-easymotion'
|
||||||
" Fuzzy search
|
" Fuzzy search
|
||||||
|
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --bin' }
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
" Remove extraneous whitespace when edit mode is exited
|
" Remove extraneous whitespace when edit mode is exited
|
||||||
Plug 'thirtythreeforty/lessspace.vim'
|
Plug 'thirtythreeforty/lessspace.vim'
|
||||||
|
|
Loading…
Reference in a new issue