chore(neovim): Remove flash.nvim plugin

This commit is contained in:
Pratik Tripathy
2025-10-13 19:57:18 +05:30
parent 9537987165
commit b92617e518

View File

@@ -11,21 +11,6 @@ return {
end, end,
}, },
{
"folke/flash.nvim",
event = "VeryLazy",
---@type Flash.Config
opts = {
highlight = { backdrop = false },
modes = { char = { enabled = false } },
},
-- stylua: ignore
keys = {
{ "<leader>j", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash jump" },
{ "<leader>cH", mode = { "n", "x", "o" }, function() require("flash").treesitter() end, desc = "Highlight a code block" },
},
},
{ {
"nvim-neo-tree/neo-tree.nvim", "nvim-neo-tree/neo-tree.nvim",
keys = { keys = {