Improve configs
This commit is contained in:
parent
d03d742b92
commit
f3e91cd9dc
2 changed files with 9 additions and 9 deletions
.config/vim
|
@ -11,14 +11,11 @@ call plug#begin('~/.config/vim/plugged')
|
|||
Plug 'scrooloose/nerdtree'
|
||||
Plug 'vim-scripts/DoxygenToolkit.vim'
|
||||
Plug 'drmikehenry/vim-headerguard'
|
||||
"Emmet is a plugin which greatly improves HTML & CSS workflow
|
||||
Plug 'mattn/emmet-vim'
|
||||
Plug 'easymotion/vim-easymotion'
|
||||
|
||||
" Eye-Candy
|
||||
Plug 'machakann/vim-highlightedyank'
|
||||
Plug 'itchyny/lightline.vim'
|
||||
"Plug 'nanotech/jellybeans.vim'
|
||||
Plug 'dracula/vim', { 'as': 'dracula' }
|
||||
Plug 'scrooloose/syntastic'
|
||||
Plug 'Yggdroot/indentLine'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue