lvimrc: move to kernel_modules directory

Keep insane tabs away from userland forever!
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-26 00:00:00 +00:00
parent 54e15e0433
commit 2e9ffcab63

9
kernel_modules/.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