From b92617e518eeed549a4e51ad3a6da51ace140659 Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Mon, 13 Oct 2025 19:57:18 +0530 Subject: [PATCH] chore(neovim): Remove flash.nvim plugin --- common/.config/nvim/lua/plugins/navigation.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/common/.config/nvim/lua/plugins/navigation.lua b/common/.config/nvim/lua/plugins/navigation.lua index 3a20f33..8815e53 100644 --- a/common/.config/nvim/lua/plugins/navigation.lua +++ b/common/.config/nvim/lua/plugins/navigation.lua @@ -11,21 +11,6 @@ return { end, }, - { - "folke/flash.nvim", - event = "VeryLazy", - ---@type Flash.Config - opts = { - highlight = { backdrop = false }, - modes = { char = { enabled = false } }, - }, - -- stylua: ignore - keys = { - { "j", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash jump" }, - { "cH", mode = { "n", "x", "o" }, function() require("flash").treesitter() end, desc = "Highlight a code block" }, - }, - }, - { "nvim-neo-tree/neo-tree.nvim", keys = {