1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 01:53:22 -07:00

disable autoindent

This commit is contained in:
Connor Olding 2022-09-06 01:46:56 -07:00
parent 175af2bd5a
commit b7a9d7803d

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 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...?