feat: remove nvim-dap-view
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
local dap_view = require("dap-view")
|
||||
dap_view.setup()
|
||||
vim.keymap.set("n", "<Leader>du", dap_view.toggle)
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user