nvim: temporarily disabled dapinstall (now dap-buddy)
This commit is contained in:
parent
5194559afe
commit
597764a0ba
2 changed files with 9 additions and 9 deletions
|
@ -49,9 +49,9 @@ M.nvim_dap = function()
|
|||
end -- <<<
|
||||
|
||||
-- DAP installer >>>
|
||||
M.dap_install = function()
|
||||
require("dap-install").setup({
|
||||
installation_path = vim.fn.stdpath("data") .. "/dapinstall/",
|
||||
M.dap_buddy = function()
|
||||
require("dap_buddy").setup({
|
||||
installation_path = vim.fn.stdpath("data") .. "/dap_buddy/",
|
||||
})
|
||||
end -- <<<
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue