mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
feat: add sql injections
This commit is contained in:
@@ -4,16 +4,16 @@ return {
|
||||
opts = {
|
||||
events = { "InsertLeave", "BufWritePost", "BufReadPost", "InsertEnter" },
|
||||
linters_by_ft = {
|
||||
["*"] = { "codespell", "typos" },
|
||||
cmake = { "cmakelint" },
|
||||
htmldjango = { "djlint" },
|
||||
javascript = js,
|
||||
javascriptreact = js,
|
||||
lua = { "selene" },
|
||||
python = { "mypy" },
|
||||
sql = { "sqruff" },
|
||||
typescript = js,
|
||||
typescriptreact = js,
|
||||
python = { "mypy" },
|
||||
htmldjango = { "djlint" },
|
||||
sql = { "sqruff" },
|
||||
lua = { "selene" },
|
||||
cmake = { "cmakelint" },
|
||||
["*"] = { "codespell", "typos" },
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
|
||||
Reference in New Issue
Block a user