diff --git a/.lvimrc b/.lvimrc new file mode 100644 index 0000000..f525937 --- /dev/null +++ b/.lvimrc @@ -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