astro-nvim-v3 - prevent dap ui close when session terminate
This commit is contained in:
@@ -12,7 +12,7 @@ return {
|
||||
"lua_ls",
|
||||
-- "jedi_language_server",
|
||||
"ruff",
|
||||
-- "basedpyright",
|
||||
"basedpyright",
|
||||
})
|
||||
end,
|
||||
},
|
||||
@@ -22,12 +22,7 @@ return {
|
||||
-- overrides `require("mason-null-ls").setup(...)`
|
||||
opts = function(_, opts)
|
||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
||||
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
|
||||
-- "stylua",
|
||||
-- "clang-format",
|
||||
-- "black",
|
||||
-- "prettier",
|
||||
})
|
||||
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {})
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user