feat: updated autocmds to make haskell files use two space tabs
This commit is contained in:
parent
a8f3107081
commit
72ac4f8089
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ mkAutocmd("TextYankPost", {
|
|||
})
|
||||
|
||||
mkAutocmd("FileType", {
|
||||
pattern = { "astro", "javascript", "javascriptreact", "nix", "tex", "typescript", "typescriptreact" },
|
||||
pattern = { "astro", "haskell", "javascript", "javascriptreact", "nix", "tex", "typescript", "typescriptreact" },
|
||||
callback = function()
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.shiftwidth = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue