aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hm/soispha/conf/nvim/plgs/nvim-lint/lua/nvim-lint.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/hm/soispha/conf/nvim/plgs/nvim-lint/lua/nvim-lint.lua b/hm/soispha/conf/nvim/plgs/nvim-lint/lua/nvim-lint.lua
index 582da638..c6cd1420 100644
--- a/hm/soispha/conf/nvim/plgs/nvim-lint/lua/nvim-lint.lua
+++ b/hm/soispha/conf/nvim/plgs/nvim-lint/lua/nvim-lint.lua
@@ -3,11 +3,11 @@ require("lint").linters_by_ft = {
markdown = {};
-- tex = {'chktex'}, -- maybe add some text linters ?
- -- shell
- sh = { "shellcheck"; };
- bash = { "shellcheck"; };
- zsh = { "shellcheck"; };
- dash = { "shellcheck"; };
+ -- shell (already covered by the bash language sever)
+ -- sh = { "shellcheck"; };
+ -- bash = { "shellcheck"; };
+ -- zsh = { "shellcheck"; };
+ -- dash = { "shellcheck"; };
yaml = { "yamllint"; };
nix = { "nix"; "statix"; };