mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 20:14:28 +02:00
enc: global variable pcode
This commit is contained in:
parent
ecc54b9f87
commit
65857a4226
45 changed files with 132 additions and 131 deletions
|
@ -8,7 +8,7 @@ local lspconfig = require("lspconfig")
|
|||
-- local servers = { "jsonls", "sumneko_lua","html","cssls","tsserver"}
|
||||
-- local servers = { "jdtls", "yamlls" }
|
||||
local servers = {}
|
||||
local installer = vim.g.pcode_lsp_installer or {}
|
||||
local installer = 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