mirror of
https://github.com/posva/vim-vue.git
synced 2026-01-23 23:51:48 +08:00
Add initial tests
This commit is contained in:
13
test/vimrc
Normal file
13
test/vimrc
Normal file
@@ -0,0 +1,13 @@
|
||||
set nocompatible
|
||||
|
||||
let &packpath = expand('<sfile>:p:h:h')
|
||||
|
||||
" Remove first and last entry from runtimepath, to prevent loading plugins from ~/.vim
|
||||
let &runtimepath = substitute(&runtimepath, '\v^.{-},(.*),.*$', '\1', '')
|
||||
|
||||
filetype plugin indent on
|
||||
syntax on
|
||||
|
||||
set expandtab
|
||||
set shiftwidth=2
|
||||
set softtabstop=2
|
||||
Reference in New Issue
Block a user