mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
7 lines
99 B
VimL
7 lines
99 B
VimL
filetype off
|
|
set rtp+=/tmp/vader
|
|
set rtp+=.
|
|
set rtp+=after
|
|
filetype plugin indent on
|
|
syntax enable
|