Chnaged formatting

This commit is contained in:
2024-09-24 15:48:55 +02:00
parent b887e7262f
commit 540e7f811d

View File

@@ -24,7 +24,16 @@ return {
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = "" })
end
local defaultLsps = { "html", "cssls", "pyright", "jsonls", "rust_analyzer", "yamlls", "eslint", "bashls" }
local defaultLsps = {
"html",
"cssls",
"pyright",
"jsonls",
"rust_analyzer",
"yamlls",
"eslint",
"bashls",
}
for _, lsp in ipairs(defaultLsps) do
lspconfig[lsp].setup({