aboutsummaryrefslogtreecommitdiff
path: root/nvim/plugins.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/plugins.vim')
-rw-r--r--nvim/plugins.vim9
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
8call plug#begin() 8call 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'
15call plug#end() 17call plug#end()
16 18
17" EMMET 19" EMMET
@@ -33,3 +35,10 @@ let g:WebDevIconsUnicodeDecorateFolderNodes=1
33let g:DevIconsEnableFoldersOpenClose=1 35let g:DevIconsEnableFoldersOpenClose=1
34let g:WebDevIconsNerdTreeBeforeGlyphPadding='' 36let g:WebDevIconsNerdTreeBeforeGlyphPadding=''
35 37
38" Tagbar
39let g:tagbar_ctags_bin='/usr/local/bin/uctags'
40
41" Vimundo
42let g:mundo_right=1
43let g:mundo_width=40
44let g:mundo_preview_height=30