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:
Sanchayan Maity 2019-12-09 09:17:30 +05:30 committed by Sanchayan Maity
parent c9715c9b69
commit a797230085

View file

@ -11,6 +11,7 @@ Plug 'ervandew/supertab'
" of words.
Plug 'easymotion/vim-easymotion'
" Fuzzy search
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --bin' }
Plug 'junegunn/fzf.vim'
" Remove extraneous whitespace when edit mode is exited
Plug 'thirtythreeforty/lessspace.vim'