1
0
Fork 0
mirror of synced 2024-09-21 05:32:55 -04:00
ultimate-vim/sources_non_forked/vim-vue/test/vimrc

14 lines
307 B
VimL
Raw Normal View History

2017-10-11 11:09:53 -04:00
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