Move noautoindent to after indent plugin.

Without this we just get overwritten by the built-in neovim indent config
This commit is contained in:
Eli Ribble 2024-01-05 14:16:53 -07:00
parent 98bddb9f68
commit cbfa46e886
2 changed files with 2 additions and 1 deletions

View File

@ -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=

View File

@ -0,0 +1 @@
set noautoindent