mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim/haskell: smartindent
This commit is contained in:
parent
ec7803bc0c
commit
9d508e5214
1 changed files with 3 additions and 0 deletions
|
|
@ -3,3 +3,6 @@ opts.matchit_let_in()
|
||||||
|
|
||||||
vim.bo.shiftwidth = 2
|
vim.bo.shiftwidth = 2
|
||||||
vim.bo.expandtab = true
|
vim.bo.expandtab = true
|
||||||
|
|
||||||
|
-- useful for CPP extension
|
||||||
|
vim.o.smartindent = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue