Change Vue plugin for nvim and add color highlighting

This commit is contained in:
Tanguy Herbron 2020-07-24 20:56:58 +02:00
parent bb5cf691ba
commit b859297998

View File

@ -8,7 +8,6 @@ Plug 'Shougo/neocomplete.vim'
Plug 'Townk/vim-autoclose' Plug 'Townk/vim-autoclose'
Plug 'vim-syntastic/syntastic' Plug 'vim-syntastic/syntastic'
Plug 'maksimr/vim-jsbeautify' Plug 'maksimr/vim-jsbeautify'
Plug 'storyn26383/vim-vue'
" Plug 'neoclide/coc.nvim', {'branch': 'release'} " Plug 'neoclide/coc.nvim', {'branch': 'release'}
" Replacement for coc.vim (auto complete) " Replacement for coc.vim (auto complete)
@ -19,16 +18,21 @@ Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'ctrlpvim/ctrlp.vim' Plug 'ctrlpvim/ctrlp.vim'
Plug 'ryanoasis/vim-devicons' Plug 'ryanoasis/vim-devicons'
" Vue syntax highlighter
Plug 'leafOfTree/vim-vue-plugin'
" Grep utility for whole project " Grep utility for whole project
Plug 'jremmen/vim-ripgrep' Plug 'jremmen/vim-ripgrep'
" Git integration " Git integration
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
Plug 'gko/vim-coloresque'
" Ctrl-z tree still history manager " Ctrl-z tree still history manager
Plug 'mbbill/undotree' Plug 'mbbill/undotree'
" Python auto completion engine " Python auto completion engine
Plug 'davidhalter/jedi-vim' Plug 'davidhalter/jedi-vim'
call plug#end() call plug#end()
" autocmd vimenter * NERDTree | wincmd w " autocmd vimenter * NERDTree | wincmd w