diff --git a/nvim/plugins.vim b/nvim/plugins.vim index 0fcc491..9e4e477 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim @@ -12,6 +12,9 @@ Plug 'tpope/vim-surround' " Lanugage tool Plug 'dpelle/vim-LanguageTool' +" navigation +Plug 'justinmk/vim-sneak' + " WINDOW MANAGEMENT " =================== @@ -82,8 +85,5 @@ Plug 'sheerun/vim-polyglot' " latex Plug 'lervag/vimtex' -" Emmet -Plug 'mattn/emmet-vim' - " All of your Plugins must be added before the following line call plug#end()