diff options
Diffstat (limited to 'config/plugins/efmls.nix')
| -rw-r--r-- | config/plugins/efmls.nix | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/config/plugins/efmls.nix b/config/plugins/efmls.nix deleted file mode 100644 index e3cfb07..0000000 --- a/config/plugins/efmls.nix +++ /dev/null @@ -1,74 +0,0 @@ -{ - plugins = { - lsp.servers.efm.extraOptions = { - init_options = { - documentFormatting = true; - documentRangeFormatting = true; - }; - }; - - efmls-configs = { - enable = true; - - setup = { - all = { - linter = [ - "alex" - "codespell" - ]; - }; - - bash = { - formatter = "beautysh"; - linter = "shellcheck"; - }; - - css = { - formatter = "prettier"; - }; - - fish = { - formatter = "fish_indent"; - }; - - html = { - formatter = "prettier"; - }; - - json = { - formatter = "prettier"; - }; - - lua = { - formatter = "stylua"; - }; - - nix = { - linter = "statix"; - }; - - sass = { - formatter = "prettier"; - }; - - scss = { - formatter = "prettier"; - }; - - sh = { - formatter = ["beautysh" "shellharden"]; - linter = "shellcheck"; - }; - - yaml = { - formatter = "prettier"; - linter = "actionlint"; - }; - - zsh = { - formatter = "beautysh"; - }; - }; - }; - }; -} |
