added css and emmet to init.vim
This commit is contained in:
parent
c6d3244a13
commit
75b008280a
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ Plug 'scrooloose/nerdtree' "Plug 'tsony-tsonev/nerdtree-git-plugin'
|
|||
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
Plug 'mattn/emmet-vim'
|
||||
Plug 'ap/vim-css-color'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'ctrlpvim/ctrlp.vim' " fuzzy find files
|
||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue