mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim/haskell: smartindent should be scoped to buffer
This commit is contained in:
parent
fe52691061
commit
9e79cd2347
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ vim.bo.shiftwidth = 2
|
||||||
vim.bo.expandtab = true
|
vim.bo.expandtab = true
|
||||||
|
|
||||||
-- useful for CPP extension
|
-- useful for CPP extension
|
||||||
vim.o.smartindent = true
|
vim.bo.smartindent = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue