From d51beea88d300cb5066bb92a8148cad52fa1091d Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Sun, 16 Aug 2026 15:34:00 -0500 Subject: update --- dot_config/nvim/lua/plugins/trash/grapple.luaa | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 dot_config/nvim/lua/plugins/trash/grapple.luaa (limited to 'dot_config/nvim/lua/plugins/trash/grapple.luaa') diff --git a/dot_config/nvim/lua/plugins/trash/grapple.luaa b/dot_config/nvim/lua/plugins/trash/grapple.luaa deleted file mode 100644 index 2d80958..0000000 --- a/dot_config/nvim/lua/plugins/trash/grapple.luaa +++ /dev/null @@ -1,14 +0,0 @@ -return { - "cbochs/grapple.nvim", - opts = { - scope = "git", -- also try out "git_branch" - }, - event = { "BufReadPost", "BufNewFile" }, - cmd = "Grapple", - keys = { - { "m", "Grapple toggle", desc = "Grapple tag" }, - { "M", "Grapple toggle_tags", desc = "Grapple open tags window" }, - { "n", "Grapple cycle_tags next", desc = "Grapple cycle next tag" }, - { "p", "Grapple cycle_tags prev", desc = "Grapple cycle previous tag" }, - }, -} -- cgit v1.2.3