mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add vimoutliner. Closes #1.
This commit is contained in:
@@ -16,6 +16,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
|
|||||||
Plugin 'mattn/gist-vim'
|
Plugin 'mattn/gist-vim'
|
||||||
Plugin 'fatih/vim-go'
|
Plugin 'fatih/vim-go'
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
|
Plugin 'vimoutliner/vimoutliner'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -135,3 +136,6 @@ nnoremap <silent> <F5> :SyntasticCheck<CR> :Errors<CR>
|
|||||||
if filereadable(glob("~/.vimrc.local"))
|
if filereadable(glob("~/.vimrc.local"))
|
||||||
source ~/.vimrc.local
|
source ~/.vimrc.local
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Options for vimoutliner
|
||||||
|
autocmd Filetype votl setlocal sts=4
|
||||||
|
|||||||
Reference in New Issue
Block a user