lots of polishing and command mode works again

This commit is contained in:
2026-02-14 13:59:36 +00:00
parent ea9e351c83
commit 83e835bf41
7 changed files with 25 additions and 14 deletions

View File

@@ -36,13 +36,5 @@ return {
end,
desc = "Treesitter Search",
},
{
"<leader><c-s>",
mode = { "c" },
function()
require("flash").toggle()
end,
desc = "Toggle Flash Search",
},
},
}