1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:40:06 +08:00
SpaceVim/bundle/vim-startify/test/vimrc

14 lines
214 B
VimL
Raw Normal View History

2020-06-13 14:06:35 +08:00
filetype off
set runtimepath+=vader.vim
set runtimepath+=..
filetype plugin on
syntax enable
set hidden
let g:startify_session_dir = 'session'
let g:startify_relative_path = 1
let g:startify_custom_header = []