1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 02:40:04 +08:00
SpaceVim/bundle/ChineseLinter.vim/test/vimrc

8 lines
123 B
VimL
Raw Normal View History

filetype off
set rtp+=build/vader
set rtp+=.
set rtp+=after
filetype plugin indent on
syntax enable
exe 'set nocompatible'