mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-22 06:53:44 +08:00
8 lines
103 B
VimL
8 lines
103 B
VimL
|
set nocompatible
|
||
|
set rtp+=.
|
||
|
set noswapfile
|
||
|
filetype plugin indent on
|
||
|
syntax enable
|
||
|
colorscheme desert
|
||
|
|