add vim sneak and remove emmet plugin

This commit is contained in:
Jidbo 2021-11-20 12:36:25 +01:00 committed by saibotk
parent a3f3ed0a3f
commit ecceb87199
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -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()