ref(nvim): removed useless linters

This commit is contained in:
Léana 江 2023-11-12 11:00:47 +01:00 committed by Léana 江
parent e36ba1db12
commit 6bc3f23738
3 changed files with 7 additions and 9 deletions

View file

@ -42,9 +42,6 @@ local servers = {
-- NOTE: uses mason's package names
local tools = {
"shellcheck", -- bash
"shfmt",
"vint", -- vim script
"commitlint" -- git commit
}
-------------