From dec8d36cbdbb3b9c5c12792ed199892ce2e82069 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 31 Dec 2023 08:01:03 -0500 Subject: back to regular lua --- config/plugins/efmls.nix | 74 ------------------------------------------------ 1 file changed, 74 deletions(-) delete mode 100644 config/plugins/efmls.nix (limited to 'config/plugins/efmls.nix') 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"; - }; - }; - }; - }; -} -- cgit v1.2.3