chore: Corrected config with }

pull/2788/head
n-s-s-p-k 6 months ago
parent 8196752a49
commit 2e3631c9d7

@ -4,7 +4,7 @@ local capabilities = require("plugins.configs.lspconfig").capabilities
local lspconfig = require "lspconfig"
-- if you just want default config for the servers then put them in a table
local servers = { "html", "cssls", "tsserver", "clangd", "pyright" , "ymlls", "gopls" }
local servers = { "html", "cssls", "tsserver", "clangd", "pyright" , "yamlls", "gopls" }
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup {
@ -28,5 +28,6 @@ lspconfig.gopls.setup {
},
},
},
}
--
-- lspconfig.pyright.setup { blabla}

Loading…
Cancel
Save