mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 09:50:06 +08:00
7 lines
102 B
VimL
7 lines
102 B
VimL
set nocompatible
|
|
set rtp+=.
|
|
set noswapfile
|
|
filetype plugin indent on
|
|
syntax enable
|
|
colorscheme desert
|