mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:50:04 +08:00
13f564b23a
update to d819606eebc82dad34b2a9b7b1a861844380df84
8 lines
123 B
VimL
8 lines
123 B
VimL
filetype off
|
|
set rtp+=build/vader
|
|
set rtp+=.
|
|
set rtp+=after
|
|
filetype plugin indent on
|
|
syntax enable
|
|
exe 'set nocompatible'
|