feat: plugin cleaup

This commit is contained in:
2025-08-21 11:27:29 +02:00
parent 3abb3491a9
commit e6078e420b
7 changed files with 36 additions and 111 deletions

View File

@@ -1,28 +1,2 @@
return {
-- ╭────────────╮
-- │ Navigation │
-- ╰────────────╯
-- {
-- "folke/flash.nvim",
-- event = "VeryLazy",
-- opts = {},
-- keys = {
-- {
-- "s",
-- mode = { "n", "x", "o" },
-- function()
-- require("flash").jump()
-- end,
-- desc = "Flash",
-- },
-- {
-- "S",
-- mode = { "n", "x", "o" },
-- function()
-- require("flash").treesitter()
-- end,
-- desc = "Flash Treesitter",
-- },
-- },
-- },
}