Tue, 12 Jan 2016 20:05:57 -0500
Add vimoutliner
new file mode 100644 --- /dev/null +++ b/.vim/after/syntax/votl/indent.vim @@ -0,0 +1,3 @@ + +setlocal sts=4 +
--- a/.vimrc +++ b/.vimrc @@ -74,6 +74,8 @@ end Plugin 'tpope/vim-unimpaired' Plugin 'tpope/vim-endwise' + Plugin 'vimoutliner/vimoutliner' + Plugin 'Shougo/neocomplcache.vim' Plugin 'c9s/perlomni.vim' Plugin 'rking/ag.vim'