mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:49:03 -08:00
disable autoindent
This commit is contained in:
parent
175af2bd5a
commit
b7a9d7803d
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ set ignorecase " insensitive searching
|
|||
set smartcase " except when uppercase is used
|
||||
set infercase " use existing case when ins-completing
|
||||
set smarttab " handle insertion and deletion of indents
|
||||
set noautoindent " some distros have this set by default
|
||||
set virtualedit=block " allow cursor anywhere in visual block
|
||||
set foldmethod=marker " (performance issues with other methods)
|
||||
set foldlevelstart=99 " start with everything unfolded...?
|
||||
|
|
Loading…
Reference in a new issue