mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
14 lines
214 B
VimL
14 lines
214 B
VimL
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 = []
|