nvim/haskell: smartindent should be scoped to buffer

This commit is contained in:
Primrose 2025-11-08 10:20:00 +08:00
parent fe52691061
commit 9e79cd2347
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -5,4 +5,4 @@ vim.bo.shiftwidth = 2
vim.bo.expandtab = true
-- useful for CPP extension
vim.o.smartindent = true
vim.bo.smartindent = true