vim-sussify/test/vimrc

15 lines
243 B
VimL
Raw Normal View History

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