1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 23:10:04 +08:00
SpaceVim/test/vimrc
2018-07-15 20:23:38 +08:00

8 lines
117 B
VimL

filetype off
set rtp+=build/vader
set rtp+=.
set rtp+=after
filetype plugin indent on
syntax enable
set nocompatible