mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 11:18:53 +02:00
add: update default config
This commit is contained in:
parent
f468320299
commit
d1e7d99d27
18 changed files with 27 additions and 101 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue