nvim: no more auto indent

This commit is contained in:
pegasust 2022-11-25 18:12:28 -07:00
parent 4b1c7ee2d1
commit a41a3a920f

View File

@ -99,8 +99,6 @@ set number relativenumber
set tabstop=4 softtabstop=4 set tabstop=4 softtabstop=4
set expandtab set expandtab
set shiftwidth=4 set shiftwidth=4
set autoindent
set smartindent
set exrc set exrc
set incsearch set incsearch
set scrolloff=30 set scrolloff=30