Skip to content

Commit

Permalink
dont highlight tabs + look for modelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 12, 2010
1 parent 2c4982b commit 2ac3922
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions vimrc
Expand Up @@ -9,10 +9,7 @@ set nowrap
set tabstop=2
set shiftwidth=2
set expandtab
set list listchars=tab:\|_,trail:.

" Indenting
filetype plugin indent on
set list listchars=tab:\ \ ,trail:.

" Searching
set hlsearch
Expand Down Expand Up @@ -152,6 +149,10 @@ call s:DefineCommand("touch", "Touch")
call s:DefineCommand("rm", "Remove")
call s:DefineCommand("e", "Edit")

" Use modeline overrides
set modeline
set modelines=10

" Include user's local vim config
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
Expand Down

0 comments on commit 2ac3922

Please sign in to comment.