add: update default config

This commit is contained in:
asep.komarudin 2024-05-21 19:49:53 +07:00
parent f468320299
commit d1e7d99d27
18 changed files with 27 additions and 101 deletions

View file

@ -11,11 +11,12 @@ local function idxOf(array, value)
return nil
end
for _, client in pairs(vim.g.pcode_mason_ensure_installed) do
local mason_install = vim.g.pcode_mason_ensure_installed or {}
for _, client in pairs(mason_install) do
table.insert(servers, client)
end
local unregis_lsp = vim.g.pcode_unregister_lsp
local unregis_lsp = vim.g.pcode_unregister_lsp or {}
local icons = vim.g.pcode_icons.ui
local settings = {