1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:10:05 +08:00
SpaceVim/test/vimrc
2024-03-21 18:25:14 +08:00

12 lines
317 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
set noswapfile
filetype plugin indent on
syntax enable
set nocompatible