diff options
| author | seth <[email protected]> | 2024-04-10 00:04:38 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-10 00:04:38 -0400 |
| commit | f1af635b923beeff1c3e8e368efc6f5cc856a10a (patch) | |
| tree | afe486b9de06e82bb8dfe9ac7ec79fdaeab6e3f6 /config/lua | |
| parent | 6616b478c0d3381ceba1adbe00d15a9f528d733b (diff) | |
add more lsp servers
Diffstat (limited to 'config/lua')
| -rw-r--r-- | config/lua/getchoo/efmls.lua | 9 |
1 files changed, 2 insertions, 7 deletions
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 }, |
