mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-26 12:10:32 +08:00
6 lines
82 B
VimL
6 lines
82 B
VimL
|
set nocompatible
|
||
|
set rtp=.
|
||
|
set noswapfile
|
||
|
filetype plugin indent on
|
||
|
syntax enable
|