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

[neovim] Update plugins

This commit is contained in:
2024-06-07 17:52:28 +02:00
parent ec1df73ac2
commit c26fd3ebb3
4 changed files with 37 additions and 24 deletions

View File

@ -235,13 +235,11 @@ require("lazy").setup({
{ "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",
dependencies = {
"mfussenegger/nvim-dap-python",
},
lazy = false,
branch = "regexp",
config = function()