1
0
Fork 0
mirror of synced 2024-09-20 21:22:54 -04:00
ultimate-vim/sources_non_forked/vim-vue/test/vimrc
2017-10-11 23:09:53 +08:00

13 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