From 006ac8ce9cd05fd0f56b18433ddacd88dfefefcb Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Wed, 9 Oct 2024 00:42:54 +0200 Subject: [PATCH] Use main branch of dap profiles and remove dev stuff --- home/.config/nvim/lua/plugs/mason_lsp.lua | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/home/.config/nvim/lua/plugs/mason_lsp.lua b/home/.config/nvim/lua/plugs/mason_lsp.lua index b5e44a2..29f909c 100644 --- a/home/.config/nvim/lua/plugs/mason_lsp.lua +++ b/home/.config/nvim/lua/plugs/mason_lsp.lua @@ -183,12 +183,10 @@ return { "LiadOz/nvim-dap-repl-highlights", "theHamsta/nvim-dap-virtual-text", "Weissle/persistent-breakpoints.nvim", - -- { - -- "LarssonMartin1998/nvim-dap-profiles", - -- opts = {}, - -- -- dev = true, - -- -- dir = "~/dev/git/nvim-dap-profiles", - -- }, + { + "LarssonMartin1998/nvim-dap-profiles", + opts = {}, + }, }, config = function() -- Find all files in lua/language_servers and require them