1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-04-26 20:21:35 +00:00

[neovim] Remove dap

This commit is contained in:
2026-04-19 18:07:21 +02:00
parent 3b2986e24c
commit 2b789b6eaa
4 changed files with 11 additions and 67 deletions
-6
View File
@@ -161,12 +161,6 @@ require("lazy").setup({
end,
},
-- DAP
{ "mfussenegger/nvim-dap", event = "VeryLazy", version = "0.*" },
{ "rcarriga/nvim-dap-ui", event = "VeryLazy", version = "v4.*" },
{ "theHamsta/nvim-dap-virtual-text", event = "VeryLazy" },
{ "mfussenegger/nvim-dap-python" },
-- Python
{
"linux-cultist/venv-selector.nvim",