mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 20:14:28 +02:00
enc: lua format custem
This commit is contained in:
parent
65857a4226
commit
384c0b5768
68 changed files with 1450 additions and 1450 deletions
|
@ -1,18 +1,18 @@
|
|||
local sources = {}
|
||||
local dap_data = pcode.dap_ensure_installed or {}
|
||||
for _, nullls in pairs(dap_data) do
|
||||
table.insert(sources, nullls)
|
||||
table.insert(sources, nullls)
|
||||
end
|
||||
require("mason").setup()
|
||||
require("mason-nvim-dap").setup({
|
||||
ensure_installed = sources,
|
||||
automatic_setup = true,
|
||||
handlers = {
|
||||
function(config)
|
||||
-- all sources with no handler get passed here
|
||||
ensure_installed = sources,
|
||||
automatic_setup = true,
|
||||
handlers = {
|
||||
function(config)
|
||||
-- all sources with no handler get passed here
|
||||
|
||||
-- Keep original functionality
|
||||
require("mason-nvim-dap").default_setup(config)
|
||||
end,
|
||||
},
|
||||
-- Keep original functionality
|
||||
require("mason-nvim-dap").default_setup(config)
|
||||
end,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue