mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
|
set nocompatible
|
||
|
set modeline
|
||
|
set noswapfile
|
||
|
filetype plugin indent on
|
||
|
syntax enable
|