From 272257d21be81fb9905b463e30f6dee7cc1cae3f Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 20 Mar 2024 12:23:27 -0400 Subject: [PATCH] 244 current 2024-03-20 12:23:17 24.05.20240319.b06025f 6.8.0-zen1 * --- .../vim/config/lua/plugins/editor/nvim-dap.lua | 12 ------------ modules/home-manager/vim/lazy-lock.json | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/modules/home-manager/vim/config/lua/plugins/editor/nvim-dap.lua b/modules/home-manager/vim/config/lua/plugins/editor/nvim-dap.lua index 2c69ef3..0e375ae 100644 --- a/modules/home-manager/vim/config/lua/plugins/editor/nvim-dap.lua +++ b/modules/home-manager/vim/config/lua/plugins/editor/nvim-dap.lua @@ -5,18 +5,6 @@ return { }, cmd = { "DapContinue", "DapToggleBreakpoint" }, dependencies = { - { - "jay-babu/mason-nvim-dap.nvim", - dependencies = { "nvim-dap" }, - cmd = { "DapInstall", "DapUninstall" }, - opts = { - handlers = {}, - ensure_installed = { - "codelldb", - "node-debug2-adapter", - }, - }, - }, { "rcarriga/nvim-dap-ui", opts = {} }, { "nvim-neotest/nvim-nio" }, { diff --git a/modules/home-manager/vim/lazy-lock.json b/modules/home-manager/vim/lazy-lock.json index b661d65..f1d5337 100644 --- a/modules/home-manager/vim/lazy-lock.json +++ b/modules/home-manager/vim/lazy-lock.json @@ -20,7 +20,6 @@ "indent-blankline.nvim": { "branch": "master", "commit": "3d08501caef2329aba5121b753e903904088f7e6" }, "lspkind-nvim": { "branch": "master", "commit": "1735dd5a5054c1fb7feaf8e8658dbab925f4f0cf" }, "lualine.nvim": { "branch": "master", "commit": "af4c3cf17206810880d2a93562e0a4c0d901c684" }, - "mason-null-ls.nvim": { "branch": "main", "commit": "e270134d83ba59425edc53356c6fd337b61bb8dd" }, "mason-nvim-dap.nvim": { "branch": "main", "commit": "67210c0e775adec55de9826b038e8b62de554afc" }, "move.nvim": { "branch": "main", "commit": "cccbd4ea9049ca5f99f025ffaddb7392359c7d6a" }, "neo-rename.nvim": { "branch": "master", "commit": "d3f065ab1168fe95ea3ab939fbc659de47e130fc" }, @@ -37,6 +36,7 @@ "nvim-dap-ui": { "branch": "master", "commit": "edfa93f60b189e5952c016eee262d0685d838450" }, "nvim-dap-virtual-text": { "branch": "master", "commit": "baa5b0dc6663284cce32e0d00ac1f2511b13496f" }, "nvim-lspconfig": { "branch": "master", "commit": "d67715d3b746a19e951b6b0a99663fa909bb9e64" }, + "nvim-nio": { "branch": "master", "commit": "ed70af8ad9d4dafdb55539ed2b4454aac2a2a0c3" }, "nvim-notify": { "branch": "master", "commit": "5371f4bfc1f6d3adf4fe9d62cd3a9d44356bfd15" }, "nvim-surround": { "branch": "main", "commit": "84a26afce16cffa7e3322cfa80a42cddf60616eb" }, "nvim-treesitter": { "branch": "master", "commit": "36860295919fb18e57cd637b2a5f22e16f750c2f" },