nvim/haskell: smartindent

This commit is contained in:
Primrose 2025-10-17 16:29:05 +08:00
parent ec7803bc0c
commit 9d508e5214
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -3,3 +3,6 @@ opts.matchit_let_in()
vim.bo.shiftwidth = 2
vim.bo.expandtab = true
-- useful for CPP extension
vim.o.smartindent = true