From 3ec0813f8a3f47738fe3d77d387a1d5f36a141f2 Mon Sep 17 00:00:00 2001 From: Niverton Date: Wed, 20 Mar 2024 12:05:15 +0100 Subject: [PATCH] feat(dap): re added dap tools --- lua/plugins/05-community.lua | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/lua/plugins/05-community.lua b/lua/plugins/05-community.lua index 4878496..bf88202 100644 --- a/lua/plugins/05-community.lua +++ b/lua/plugins/05-community.lua @@ -22,18 +22,15 @@ return { { enabled = false, import = "astrocommunity.pack.wgsl" }, -- WebGLShaderLanguage -- DAP - -- Figure out if needed when you finaly try to use the DAP - -- { import = "astrocommunity.debugging.telescope-dap-nvim" }, - -- { import = "astrocommunity.debugging.nvim-dap-virtual-text" }, - -- { import = "astrocommunity.debugging.nvim-dap-repl-highlights" }, - - -- Others - -- { import = "astrocommunity.debugging.nvim-bqf" }, + { import = "astrocommunity.debugging.telescope-dap-nvim" }, + { import = "astrocommunity.debugging.nvim-dap-virtual-text" }, + { import = "astrocommunity.debugging.nvim-dap-repl-highlights" }, + -- Motions { import = "astrocommunity.motion.nvim-surround" }, -- Surround { import = "astrocommunity.motion.nvim-spider" }, -- Move in subwords + -- Lsp { import = "astrocommunity.lsp.lsp-signature-nvim" }, -- Support for lsp signatureHelp { import = "astrocommunity.lsp.lsplinks-nvim" }, -- Support for document links (needed?) - -- CVS { import = "astrocommunity.git.diffview-nvim" }, -- Diff { import = "astrocommunity.git.neogit" }, -- Git