From 91a791cfc31bac31b0e097c057784047ffaf7ecf Mon Sep 17 00:00:00 2001 From: Std-Enigma Date: Mon, 12 Aug 2024 13:33:26 +0330 Subject: [PATCH 1/2] feat(stickybuf): add grug-far.nvim support --- lua/stickybuf.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/stickybuf.lua b/lua/stickybuf.lua index 919668d..d8cdafb 100644 --- a/lua/stickybuf.lua +++ b/lua/stickybuf.lua @@ -265,6 +265,7 @@ local builtin_supported_filetypes = { "NvimTree", "OverseerList", "spectre_panel", + "grug-far", } ---The default function for config.get_auto_pin From e7251edc30abb09304918ffd5ae5b6cdeb683c71 Mon Sep 17 00:00:00 2001 From: Std-Enigma Date: Mon, 12 Aug 2024 13:34:02 +0330 Subject: [PATCH 2/2] docs(README): add grug-far.nvim to supported plugins list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba6c0ba..40e8eb1 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ Stickybuf provides built-in support for: - [gkeep.nvim](https://github.com/stevearc/gkeep.nvim) - [Overseer](https://github.com/stevearc/overseer.nvim) - [nvim-spectre](https://github.com/nvim-pack/nvim-spectre) +- [grug-far](https://github.com/MagicDuck/grug-far.nvim) If there is another project that you would like to add out-of-the-box support for, submit a pull request, it's likely you'd only need to update the