vim-sussify/test/vimrc

14 lines
214 B
VimL
Raw Permalink 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 15:21:09 +00:00
2016-03-24 12:43:26 +00:00
let g:startify_session_dir = 'session'
2016-02-02 12:35:34 +00:00
let g:startify_relative_path = 1
2016-03-14 14:48:39 +00:00
let g:startify_custom_header = []