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.

4
lua/plugins/disabled.lua Normal file
View File

@@ -0,0 +1,4 @@
return {
-- this is causing search to break and I don't use it anyways
{ "folke/flash.nvim", enabled = false },
}