nvim: disable smartindent

It's not very smart
https://unix.stackexchange.com/questions/106526/stop-vim-from-messing-up-my-indentation-on-comments
This commit is contained in:
Primrose 2025-08-01 21:25:19 +02:00
parent 8c729cea42
commit e3dc6c0546
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -23,7 +23,6 @@ vim.o.termguicolors = true
vim.o.mouse = "a"
vim.o.autoindent = true
vim.o.smartindent = true
vim.o.scrolloff = 3