1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

7 lines
102 B
VimL
Raw Normal View History

2024-08-04 10:01:05 +08:00
set nocompatible
2024-08-04 10:13:17 +08:00
set rtp+=.
2024-08-04 10:01:05 +08:00
set noswapfile
filetype plugin indent on
syntax enable
2024-08-04 10:13:17 +08:00
colorscheme desert