Added instructions for localvimrc
Based on vim script 441
This commit is contained in:
parent
f0d1a2446f
commit
b6bd9453e2
8
.lvimrc
8
.lvimrc
|
@ -1,3 +1,11 @@
|
||||||
|
"Instructions
|
||||||
|
"Download vim script 411
|
||||||
|
"http://www.vim.org/scripts/script.php?script_id=441
|
||||||
|
"Install localvimrc.vim to .vim/plugin
|
||||||
|
"
|
||||||
|
" Hint: You can disable it asking before sourcing a file by adding this to
|
||||||
|
" your .vimrc: let g:localvimrc_ask=0
|
||||||
|
|
||||||
set nosmarttab
|
set nosmarttab
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
set shiftwidth=8
|
set shiftwidth=8
|
||||||
|
|
Loading…
Reference in New Issue