1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-26 12:10:32 +08:00

6 lines
82 B
VimL
Raw Normal View History

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