Various changes lol idc enough to write a commit message

This commit is contained in:
minhtrannhat
2022-02-05 16:17:42 -05:00
parent 8fa4085b7b
commit a34a9be519
6 changed files with 24 additions and 13 deletions

View File

@@ -44,12 +44,13 @@ formatters.setup({
},
{
exe = "rustfmt",
filetype = { "rust" },
},
{ exe = "prettier" },
{ exe = "gofmt" },
{ exe = "gofmt", filetypes = { "go" } },
{ exe = "eslint_d" },
{ exe = "stylua" },
{ exe = "brittany" },
{ exe = "stylua", filetypes = { "lua" } },
{ exe = "brittany", filetypes = { "haskell" } },
})
linters.setup({