Chnaged formatting
This commit is contained in:
@@ -24,7 +24,16 @@ return {
|
|||||||
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = "" })
|
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = "" })
|
||||||
end
|
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
|
for _, lsp in ipairs(defaultLsps) do
|
||||||
lspconfig[lsp].setup({
|
lspconfig[lsp].setup({
|
||||||
|
|||||||
Reference in New Issue
Block a user