We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad87f5 commit 2ee11f6Copy full SHA for 2ee11f6
lua/astrocommunity/search/grug-far-nvim/init.lua
@@ -17,7 +17,7 @@ end
17
---@type LazySpec
18
return {
19
"MagicDuck/grug-far.nvim",
20
- cmd = "GrugFar",
+ cmd = { "GrugFar", "GrugFarWithin" },
21
specs = {
22
{
23
"AstroNvim/astroui",
@@ -78,6 +78,26 @@ return {
78
},
79
80
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
101
102
"catppuccin",
103
optional = true,
0 commit comments