From 54481260b8231ff68aa8e339bc1c10670c4cf32b Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 15 Nov 2015 13:27:34 -0800 Subject: [PATCH] Add vimoutliner. Closes #1. --- dotfiles/vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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