From ecceb87199aa228bd13f84f58edc2e92711ba716 Mon Sep 17 00:00:00 2001 From: Jidbo Date: Sat, 20 Nov 2021 12:36:25 +0100 Subject: [PATCH] add vim sneak and remove emmet plugin --- nvim/plugins.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()