mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:00:05 +08:00
11 lines
302 B
VimL
11 lines
302 B
VimL
let g:_spacevim_root_dir = fnamemodify(fnamemodify(expand('<sfile>'),
|
|
\ ':p:h:h:gs?\\?'.((has('win16') || has('win32')
|
|
\ || has('win64'))?'\':'/') . '?'), ':p:gs?[\\/]?/?')
|
|
filetype off
|
|
set rtp+=build/vader
|
|
set rtp+=.
|
|
set rtp+=after
|
|
filetype plugin indent on
|
|
syntax enable
|
|
set nocompatible
|