Big changes, don't remember all of them
One thing is more DAP configuration
This commit is contained in:
parent
67c70c5bb8
commit
10cdfef608
5 changed files with 54 additions and 45 deletions
|
@ -45,13 +45,13 @@ return require('packer').startup(function()
|
|||
-- end, 0)
|
||||
-- end,
|
||||
}
|
||||
use { -- DAP: Debug Adapter Protocol >>>
|
||||
use { -- DAP: Debug Adapter Protocol
|
||||
"mfussenegger/nvim-dap",
|
||||
config = function()
|
||||
require("lsp").dap()
|
||||
end
|
||||
}
|
||||
use {
|
||||
use { -- DAP adapter installer
|
||||
"Pocco81/DAPInstall.nvim",
|
||||
config = function()
|
||||
require("lsp").dapinstall()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue