mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
update
This commit is contained in:
parent
1848afb610
commit
11bdca1d21
2 changed files with 13 additions and 11 deletions
|
@ -10,7 +10,7 @@ local servers = {
|
|||
|
||||
local data_exists, custom_lsp = pcall(require, "custom.register_lsp")
|
||||
if data_exists then
|
||||
for _, client in pairs(custom_lsp) do
|
||||
for _, client in pairs(custom_lsp.lspreg) do
|
||||
table.insert(servers, client)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue