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:
mequidis
2022-05-30 11:14:56 +03:00
parent b41db4f622
commit ca5f5a6a0c
7 changed files with 78 additions and 55 deletions

View File

@ -111,9 +111,6 @@ end)
vim.keymap.set("n", "<leader>dq", function()
require("dap").close()
end)
vim.keymap.set("n", "<leader>du", function()
require("dapui").toggle()
end)
vim.keymap.set("n", "<leader>dv", "<cmd>Telescope dap variables<CR>")
vim.keymap.set("n", "<leader>dh", "<cmd>Telescope dap commands<CR>")
vim.keymap.set("n", "<leader>dp", "<cmd>Telescope dap list_breakpoints<CR>")