diff --git a/nvim/init.vim b/nvim/init.vim index aac8b7f..26cf573 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -12,6 +12,7 @@ Plug 'https://github.com/farmergreg/vim-lastplace' " intelligently reopen files Plug 'https://github.com/junegunn/fzf' " fuzzy finder Plug 'https://github.com/junegunn/fzf.vim' " fuzzy finder for vim Plug 'https://github.com/ntpeters/vim-better-whitespace' " highlights trailing whitespace, :StripWhitespace to remove +Plug 'https://github.com/PeterRincker/vim-searchlight' " highlight current search match differently Plug 'https://github.com/tpope/vim-sensible' " defaults everyone can agree on Plug 'https://github.com/tpope/vim-sleuth' " heuristically set buffer options Plug 'https://github.com/vim-airline/vim-airline' " fancy statusline