add vim sneak and remove emmet plugin
This commit is contained in:
parent
a3f3ed0a3f
commit
ecceb87199
1 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,9 @@ Plug 'tpope/vim-surround'
|
||||||
" Lanugage tool
|
" Lanugage tool
|
||||||
Plug 'dpelle/vim-LanguageTool'
|
Plug 'dpelle/vim-LanguageTool'
|
||||||
|
|
||||||
|
" navigation
|
||||||
|
Plug 'justinmk/vim-sneak'
|
||||||
|
|
||||||
" WINDOW MANAGEMENT
|
" WINDOW MANAGEMENT
|
||||||
" ===================
|
" ===================
|
||||||
|
|
||||||
|
@ -82,8 +85,5 @@ Plug 'sheerun/vim-polyglot'
|
||||||
" latex
|
" latex
|
||||||
Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
|
|
||||||
" Emmet
|
|
||||||
Plug 'mattn/emmet-vim'
|
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
Loading…
Add table
Reference in a new issue