From 2a27a01b574f741fa10addd43d5202a9de785dd2 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 12 Apr 2026 13:35:41 +0200 Subject: [PATCH] feat: remove nvim-dap-view --- init.lua | 1 - lua/plugins/nvim-dap-view.lua | 3 --- nvim-pack-lock.json | 4 ---- 3 files changed, 8 deletions(-) delete mode 100644 lua/plugins/nvim-dap-view.lua diff --git a/init.lua b/init.lua index f4061a4..7550692 100644 --- a/init.lua +++ b/init.lua @@ -40,7 +40,6 @@ require("pack").setup({ "https://github.com/mason-org/mason.nvim", "https://github.com/owallb/mason-auto-install.nvim", "https://github.com/mfussenegger/nvim-dap", - "https://github.com/igorlfs/nvim-dap-view", "https://github.com/numToStr/Comment.nvim", "https://github.com/j-hui/fidget.nvim", "https://github.com/rbong/vim-flog", diff --git a/lua/plugins/nvim-dap-view.lua b/lua/plugins/nvim-dap-view.lua deleted file mode 100644 index f1f60e3..0000000 --- a/lua/plugins/nvim-dap-view.lua +++ /dev/null @@ -1,3 +0,0 @@ -local dap_view = require("dap-view") -dap_view.setup() -vim.keymap.set("n", "du", dap_view.toggle) diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index f4be95e..c989da3 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -37,10 +37,6 @@ "rev": "f31deba47fe3ee6ff8d2f13d9dbd06b2d1ae06b5", "src": "https://github.com/LiadOz/nvim-dap-repl-highlights" }, - "nvim-dap-view": { - "rev": "e57ac4051aa56293e89991ab93bc148de35321ca", - "src": "https://github.com/igorlfs/nvim-dap-view" - }, "nvim-lspconfig": { "rev": "bedca8b426b2fee0ccac596d167d71bbe971253f", "src": "https://github.com/neovim/nvim-lspconfig"