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

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 },
}