mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-22 03:35:03 +02:00
enc: global variable pcode
This commit is contained in:
parent
ecc54b9f87
commit
65857a4226
45 changed files with 132 additions and 131 deletions
|
@ -1,5 +1,5 @@
|
|||
local sources = {}
|
||||
local dap_data = vim.g.pcode_dap_ensure_installed or {}
|
||||
local dap_data = pcode.dap_ensure_installed or {}
|
||||
for _, nullls in pairs(dap_data) do
|
||||
table.insert(sources, nullls)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue