Skip to content

Commit

Permalink
Added instructions for localvimrc
Browse files Browse the repository at this point in the history
Based on vim script 441
  • Loading branch information
axelson committed May 23, 2010
1 parent f0d1a24 commit b6bd945
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .lvimrc
Original file line number Diff line number Diff line change
@@ -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 noexpandtab
set shiftwidth=8
Expand Down

0 comments on commit b6bd945

Please sign in to comment.