Public Access
improved debugging config
This commit is contained in:
+2
-6
@@ -27,6 +27,8 @@ vim.pack.add({
|
||||
{ src = "https://github.com/folke/trouble.nvim" },
|
||||
{ src = "https://github.com/nvim-neotest/nvim-nio" },
|
||||
{ src = "https://github.com/rcarriga/nvim-dap-ui" },
|
||||
{ src = "https://github.com/theHamsta/nvim-dap-virtual-text" },
|
||||
{ src = "https://github.com/jay-babu/mason-nvim-dap.nvim" },
|
||||
{ src = "https://github.com/michaelrommel/nvim-silicon" },
|
||||
{ src = "https://github.com/hat0uma/csvview.nvim.git" },
|
||||
{ src = "https://github.com/Thiago4532/mdmath.nvim" },
|
||||
@@ -270,9 +272,3 @@ registry.refresh(function()
|
||||
if ok and not pkg:is_installed() then pkg:install() end
|
||||
end
|
||||
end)
|
||||
|
||||
-- DAP UI wiring
|
||||
local dap, dapui = require("dap"), require("dapui")
|
||||
dapui.setup()
|
||||
dap.listeners.before.attach.dapui_config = function() dapui.open() end
|
||||
dap.listeners.before.launch.dapui_config = function() dapui.open() end
|
||||
|
||||
Reference in New Issue
Block a user