addet shfmt and remove typos_ls

This commit is contained in:
pika 2024-08-19 20:07:13 +02:00
parent 2f5936df7e
commit 84adb02beb
2 changed files with 7 additions and 6 deletions

View file

@ -34,14 +34,14 @@ return {
"svelte",
"lua_ls",
"graphql",
"typos_lsp",
-- "typos_lsp",
"emmet_ls",
"prismals",
"pyright",
"lemminx",
"hyprls",
"textlsp",
"yamlls",
"lemminx",
"hyprls",
"textlsp",
"yamlls",
},
})
@ -51,6 +51,7 @@ return {
"stylua", -- lua formatter
"pylint",
"eslint_d",
"shfmt",
},
})
end,