Use main branch of dap profiles and remove dev stuff
This commit is contained in:
parent
39d74b5d84
commit
006ac8ce9c
1 changed files with 4 additions and 6 deletions
|
|
@ -183,12 +183,10 @@ return {
|
||||||
"LiadOz/nvim-dap-repl-highlights",
|
"LiadOz/nvim-dap-repl-highlights",
|
||||||
"theHamsta/nvim-dap-virtual-text",
|
"theHamsta/nvim-dap-virtual-text",
|
||||||
"Weissle/persistent-breakpoints.nvim",
|
"Weissle/persistent-breakpoints.nvim",
|
||||||
-- {
|
{
|
||||||
-- "LarssonMartin1998/nvim-dap-profiles",
|
"LarssonMartin1998/nvim-dap-profiles",
|
||||||
-- opts = {},
|
opts = {},
|
||||||
-- -- dev = true,
|
},
|
||||||
-- -- dir = "~/dev/git/nvim-dap-profiles",
|
|
||||||
-- },
|
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
-- Find all files in lua/language_servers and require them
|
-- Find all files in lua/language_servers and require them
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue