diff options
Diffstat (limited to 'nvim/plugins.vim')
| -rw-r--r-- | nvim/plugins.vim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nvim/plugins.vim b/nvim/plugins.vim index 8bbb15d..4d234d8 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim | |||
| @@ -8,10 +8,12 @@ endif | |||
| 8 | call plug#begin() | 8 | call plug#begin() |
| 9 | Plug 'mattn/emmet-vim' | 9 | Plug 'mattn/emmet-vim' |
| 10 | Plug 'romainl/vim-cool' | 10 | Plug 'romainl/vim-cool' |
| 11 | Plug 'preservim/tagbar' | ||
| 11 | Plug 'preservim/nerdtree' | 12 | Plug 'preservim/nerdtree' |
| 12 | Plug 'Xuyuanp/nerdtree-git-plugin' | 13 | Plug 'Xuyuanp/nerdtree-git-plugin' |
| 13 | Plug 'tpope/vim-repeat' | 14 | Plug 'tpope/vim-repeat' |
| 14 | Plug 'tpope/vim-surround' | 15 | Plug 'tpope/vim-surround' |
| 16 | Plug 'simnalamburt/vim-mundo' | ||
| 15 | call plug#end() | 17 | call plug#end() |
| 16 | 18 | ||
| 17 | " EMMET | 19 | " EMMET |
| @@ -33,3 +35,10 @@ let g:WebDevIconsUnicodeDecorateFolderNodes=1 | |||
| 33 | let g:DevIconsEnableFoldersOpenClose=1 | 35 | let g:DevIconsEnableFoldersOpenClose=1 |
| 34 | let g:WebDevIconsNerdTreeBeforeGlyphPadding='' | 36 | let g:WebDevIconsNerdTreeBeforeGlyphPadding='' |
| 35 | 37 | ||
| 38 | " Tagbar | ||
| 39 | let g:tagbar_ctags_bin='/usr/local/bin/uctags' | ||
| 40 | |||
| 41 | " Vimundo | ||
| 42 | let g:mundo_right=1 | ||
| 43 | let g:mundo_width=40 | ||
| 44 | let g:mundo_preview_height=30 | ||
