1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

another option that makes you go

"why isn't this default?"
This commit is contained in:
Connor Olding 2015-04-24 13:04:56 -07:00
parent a3409073ec
commit 2beff44661

View File

@ -84,6 +84,7 @@ set ignorecase " insensitive searching
set smartcase " except when uppercase is used
set infercase " use existing case when ins-completing
set tabstop=8 shiftwidth=8 smarttab " 8 space tabs
set virtualedit=block " allow cursor anywhere in visual block
set foldmethod=marker
set foldlevelstart=99 " start with everything unfolded...?
let c_syntax_for_h=1 " use C highlighting for .h files