From 83b5ba64870bde16dcef231fb156707216236bf1 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 30 Dec 2019 18:04:08 +0530 Subject: [PATCH] nvim: init.vim: Remove fzf installation Now that we do not need to take care of shitty ubuntu, remove fzf install. On ubuntu, having a system installed fzf seemed to not work with the fzf plugin. Signed-off-by: Sanchayan Maity --- nvim/init.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index b05cca0..e78e682 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -12,7 +12,6 @@ Plug 'easymotion/vim-easymotion' Plug 'haya14busa/incsearch.vim' Plug 'haya14busa/incsearch-easymotion.vim' " 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'