mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-21 10:43:45 +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
|
|
|