1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:20:05 +08:00
SpaceVim/test/vimrc

11 lines
302 B
VimL
Raw Normal View History

2021-08-21 13:21:11 +08:00
let g:_spacevim_root_dir = fnamemodify(fnamemodify(expand('<sfile>'),
\ ':p:h:h:gs?\\?'.((has('win16') || has('win32')
\ || has('win64'))?'\':'/') . '?'), ':p:gs?[\\/]?/?')
2017-04-14 21:46:34 +08:00
filetype off
2017-10-05 06:21:24 +08:00
set rtp+=build/vader
2017-04-14 21:46:34 +08:00
set rtp+=.
set rtp+=after
filetype plugin indent on
syntax enable
2018-07-15 20:23:38 +08:00
set nocompatible