barrier/.lvimrc
BostonVaulter b6bd9453e2 Added instructions for localvimrc
Based on vim script 441
2010-05-23 20:31:47 +00:00

14 lines
327 B
Plaintext

"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 noexpandtab
set shiftwidth=8
set softtabstop=0
set tabstop=4