From a623fed63460d6d810605ce1ce858a58a5b222f7 Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Tue, 12 May 2026 18:31:15 -0500 Subject: init --- dot_config/nvim/lua/plugins/trash/grapple.luaa | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 0000000..2d80958 --- /dev/null +++ b/dot_config/nvim/lua/plugins/trash/grapple.luaa @@ -0,0 +1,14 @@ +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