feat: remove nvim-dap-view

This commit is contained in:
2026-04-12 13:35:41 +02:00
parent cf898d1fee
commit 2a27a01b57
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -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",
-3
View File
@@ -1,3 +0,0 @@
local dap_view = require("dap-view")
dap_view.setup()
vim.keymap.set("n", "<Leader>du", dap_view.toggle)
-4
View File
@@ -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"