Add vimoutliner

Tue, 12 Jan 2016 20:05:57 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 12 Jan 2016 20:05:57 -0500
changeset 235
427e2305c146
parent 234
a48cd1432365
child 236
5f84469c2b05

Add vimoutliner

.vim/after/syntax/votl/indent.vim file | annotate | diff | comparison | revisions
.vimrc file | annotate | diff | comparison | revisions
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'

mercurial