1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 07:49:25 +00:00

[neovim] Update dap plugin

This commit is contained in:
2024-03-22 20:24:02 +01:00
parent c6c9440d60
commit 78b1ce547c
2 changed files with 12 additions and 7 deletions

View File

@ -233,7 +233,7 @@ require("lazy").setup({
-- DAP
{ "mfussenegger/nvim-dap", event = "VeryLazy", version = "0.*" },
{ "rcarriga/nvim-dap-ui", event = "VeryLazy", version = "v3.*" },
{ "rcarriga/nvim-dap-ui", event = "VeryLazy", version = "v4.*" },
{ "theHamsta/nvim-dap-virtual-text", event = "VeryLazy" },
-- Python