nvim: Add sqruff sql linter
This commit is contained in:
parent
6b40d1eadf
commit
6b91ca2609
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ local languages = {
|
|||
},
|
||||
quarto = { lint = { quarto = { "markdownlint" } }, format = { quarto = { "prettier", "injected" } } },
|
||||
sh = { lint = { sh = { "shellcheck" } }, format = { sh = { "shellharden", "shfmt" } } },
|
||||
sql = { format = { sql = { "sleek" } } },
|
||||
sql = { format = { sql = { "sleek" } }, lint = { sql = { "sqruff" } } },
|
||||
svelte = { lint = { svelte = { "eslint_d" } }, format = { svelte = { "prettier" } } },
|
||||
terraform = { lint = { terraform = { "tflint" } }, lsp = { tofu_ls = {} }, format = { terraform = { "tofu_fmt" } } },
|
||||
toml = { lsp = { taplo = {} }, ts = { "toml" } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue