diff --git a/dotfiles/vimrc b/dotfiles/vimrc index f59732b..3472089 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -16,6 +16,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md")) Plugin 'mattn/gist-vim' Plugin 'fatih/vim-go' Plugin 'altercation/vim-colors-solarized' + Plugin 'vimoutliner/vimoutliner' call vundle#end() endif @@ -135,3 +136,6 @@ nnoremap :SyntasticCheck :Errors if filereadable(glob("~/.vimrc.local")) source ~/.vimrc.local endif + +" Options for vimoutliner +autocmd Filetype votl setlocal sts=4