spacevim/test/vimrc

12 lines
317 B
VimL
Raw Permalink Normal View History

2024-08-21 14:17:26 +08:00
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