vim: Enable auto-indent
This commit is contained in:
parent
04f4794c40
commit
d6116e73e2
|
@ -22,6 +22,7 @@ filetype on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
||||||
|
set autoindent
|
||||||
set complete+=kspell
|
set complete+=kspell
|
||||||
set expandtab
|
set expandtab
|
||||||
set foldlevelstart=99 " Start unfolded
|
set foldlevelstart=99 " Start unfolded
|
||||||
|
|
Loading…
Reference in a new issue