Move noautoindent to after indent plugin.
Without this we just get overwritten by the built-in neovim indent config
This commit is contained in:
parent
98bddb9f68
commit
cbfa46e886
|
@ -1,5 +1,5 @@
|
||||||
set nu
|
set nu
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
set noautoindent
|
set nosmarttab
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set indentexpr=
|
set indentexpr=
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
set noautoindent
|
Loading…
Reference in New Issue