vim-sussify/test/vimrc

15 lines
243 B
VimL
Raw Normal View History

2014-11-20 14:00:36 +00:00
filetype off
2016-02-02 15:21:09 +00:00
2014-11-20 14:00:36 +00:00
set runtimepath+=vader.vim
2014-11-20 22:29:26 +00:00
set runtimepath+=..
2016-02-02 15:21:09 +00:00
2014-11-20 14:00:36 +00:00
filetype plugin on
syntax enable
2016-02-02 15:21:09 +00:00
2014-11-20 14:00:36 +00:00
set hidden
2016-02-02 12:35:34 +00:00
set sessionoptions-=tabpages
2016-02-02 15:21:09 +00:00
2016-02-02 12:35:34 +00:00
let g:startify_session_dir = 'include'
let g:startify_relative_path = 1
2016-03-14 14:48:39 +00:00
let g:startify_custom_header = []