Files
vim-vue/test/vimrc
Adriaan Zonnenberg 82067c7d14 Add initial tests
2017-03-22 23:34:53 +01:00

14 lines
307 B
VimL

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