From f1af635b923beeff1c3e8e368efc6f5cc856a10a Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 10 Apr 2024 00:04:38 -0400 Subject: add more lsp servers --- config/lua/getchoo/efmls.lua | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'config/lua') diff --git a/config/lua/getchoo/efmls.lua b/config/lua/getchoo/efmls.lua index 10d1dee..2b1caaa 100644 --- a/config/lua/getchoo/efmls.lua +++ b/config/lua/getchoo/efmls.lua @@ -2,17 +2,14 @@ local alex = require("efmls-configs.linters.alex") alex.rootMarkers = nil local actionlint = require("efmls-configs.linters.actionlint") local beautysh = require("efmls-configs.formatters.beautysh") -local codespell = require("efmls-configs.linters.codespell") local fish_indent = require("efmls-configs.formatters.fish_indent") local prettier = require("efmls-configs.formatters.prettier") local prettier_eslint = require("efmls-configs.formatters.prettier_eslint") local selene = require("efmls-configs.linters.selene") -local shellcheck = require("efmls-configs.linters.shellcheck") -local statix = require("efmls-configs.linters.statix") local stylua = require("efmls-configs.formatters.stylua") local languages = { - all = { alex, codespell }, + all = { alex }, bash = { beautysh, @@ -30,13 +27,11 @@ local languages = { lua = { selene, stylua }, - nix = { statix }, - sass = { prettier }, scss = { prettier }, - sh = { beautysh, shellcheck }, + sh = { beautysh }, typescript = { prettier_eslint }, -- cgit v1.2.3