just add the lvimrc

This commit is contained in:
Ciro Santilli
2018-09-02 04:48:28 +01:00
parent efa2e4c29f
commit c512b2752f

9
.lvimrc Normal file
View File

@@ -0,0 +1,9 @@
" Use this automatically with:
"
" Plugin 'embear/vim-localvimrc'
" let g:localvimrc_ask = 0
" let g:localvimrc_sandbox = 0
if &filetype ==# 'c' || &filetype ==# 'cpp'
setlocal noexpandtab
endif