mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
add: update default config
This commit is contained in:
parent
f468320299
commit
d1e7d99d27
18 changed files with 27 additions and 101 deletions
|
@ -8,8 +8,8 @@ local lspconfig = require("lspconfig")
|
|||
-- local servers = { "jsonls", "sumneko_lua","html","cssls","tsserver"}
|
||||
-- local servers = { "jdtls", "yamlls" }
|
||||
local servers = {}
|
||||
|
||||
for _, client in pairs(vim.g.pcode_lsp_installer) do
|
||||
local installer = vim.g.pcode_lsp_installer or {}
|
||||
for _, client in pairs(installer) do
|
||||
table.insert(servers, client)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue