Plugin updates and fix flash bug and dap error

This commit is contained in:
2024-03-18 17:50:30 -04:00
parent f816c00dc7
commit 79ac8e0cd0
3 changed files with 45 additions and 38 deletions

View File

@@ -16,6 +16,8 @@ require("lazy").setup({
-- { import = "lazyvim.plugins.extras.ui.mini-animate" },
-- import/override with your plugins
{ import = "plugins" },
-- fix nvim-dap error
{ "nvim-neotest/nvim-nio" },
},
defaults = {
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.