Neovim: Disable auto/smart indent

This commit is contained in:
fruchti 2023-03-10 21:22:12 +01:00
parent 4763bbaaa2
commit 33b6b11835

View file

@ -22,8 +22,6 @@ set smarttab
set shiftwidth=4
set tabstop=4
set ai "Auto indent
set si "Smart indent
set wrap "Wrap lines
set nobackup