nvim: big dap changes:
go: launch dlv manually and add a mapping to set the port (dsp) python: get rid of it for now lldb: include lldb for rust and c
This commit is contained in:
@ -104,20 +104,6 @@ require("packer").startup(function()
|
||||
"nvim-telescope/telescope-dap.nvim",
|
||||
after = "nvim-dap",
|
||||
})
|
||||
use({
|
||||
"rcarriga/nvim-dap-ui",
|
||||
after = "nvim-dap",
|
||||
config = function()
|
||||
require("plugins.dapui")
|
||||
end,
|
||||
})
|
||||
use({
|
||||
"leoluz/nvim-dap-go",
|
||||
after = "nvim-dap",
|
||||
config = function()
|
||||
require("plugins.dap-go")
|
||||
end,
|
||||
})
|
||||
use({
|
||||
"theHamsta/nvim-dap-virtual-text",
|
||||
after = "nvim-dap",
|
||||
|
||||
Reference in New Issue
Block a user