fix: enable smart autoident for nvim

This commit is contained in:
Benjamin Bädorf 2023-12-13 11:53:16 +01:00
parent 27b0ef55bb
commit 0accd47e62
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -15,6 +15,9 @@ set number
set relativenumber
set mouse=
set autoindent
set smartindent
set undolevels=1000
set undoreload=10000