nvim: no more auto indent
parent
4b1c7ee2d1
commit
a41a3a920f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue