mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-12 10:24:27 +02:00
add: update default config
This commit is contained in:
parent
f468320299
commit
d1e7d99d27
18 changed files with 27 additions and 101 deletions
|
@ -1,5 +1,6 @@
|
|||
local sources = {}
|
||||
for _, nullls in pairs(vim.g.pcode_dap_ensure_installed) do
|
||||
local dap_data = vim.g.pcode_dap_ensure_installed or {}
|
||||
for _, nullls in pairs(dap_data) do
|
||||
table.insert(sources, nullls)
|
||||
end
|
||||
require("mason").setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue