Skip to content

Commit 2ee11f6

Browse files
authored
feat(grug-far-nvim): add support for GrugFarWithin (#1390)
1 parent 0ad87f5 commit 2ee11f6

File tree

1 file changed

+21
-1
lines changed
  • lua/astrocommunity/search/grug-far-nvim

1 file changed

+21
-1
lines changed

lua/astrocommunity/search/grug-far-nvim/init.lua

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
---@type LazySpec
1818
return {
1919
"MagicDuck/grug-far.nvim",
20-
cmd = "GrugFar",
20+
cmd = { "GrugFar", "GrugFarWithin" },
2121
specs = {
2222
{
2323
"AstroNvim/astroui",
@@ -78,6 +78,26 @@ return {
7878
},
7979
},
8080
},
81+
{
82+
"github/copilot.vim",
83+
optional = true,
84+
specs = {
85+
{
86+
"AstroNvim/astrocore",
87+
---@type AstroCoreOpts
88+
opts = {
89+
options = {
90+
g = {
91+
copilot_filetypes = {
92+
["grug-far"] = false,
93+
["grug-far-history"] = false,
94+
},
95+
},
96+
},
97+
},
98+
},
99+
},
100+
},
81101
{
82102
"catppuccin",
83103
optional = true,

0 commit comments

Comments
 (0)