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

[neovim] Update plugins

This commit is contained in:
2024-06-04 09:47:29 +02:00
parent 7f27d4f513
commit ec1df73ac2
2 changed files with 42 additions and 39 deletions

View File

@ -191,7 +191,7 @@ require("lazy").setup({
{ "williamboman/mason-lspconfig.nvim" },
{ "nvimtools/none-ls.nvim", event = "BufReadPre" },
{ "RRethy/vim-illuminate", event = "BufReadPost" },
{ "folke/trouble.nvim", branch = "dev" },
{ "folke/trouble.nvim" },
{ "glepnir/lspsaga.nvim", event = "BufRead" },
{ "arkav/lualine-lsp-progress" },
@ -242,10 +242,13 @@ require("lazy").setup({
dependencies = {
"mfussenegger/nvim-dap-python",
},
opts = {
dap_enabled = true,
},
event = "VeryLazy",
lazy = false,
branch = "regexp",
config = function()
require("venv-selector").setup({
dap_enabled = true,
})
end,
},
-- Go