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