-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(grug-far-nvim): Disable Copilot in grug-far buffers
Co-authored-by: Landon Schropp <schroppl@gmail.com>
- Loading branch information
1 parent
d49eb95
commit 26e0364
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26e0364
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mehalter @LandonSchropp When I try to use this grug-far plugin, I'm getting a timeout error as it attempts to search for the "copilot.lua" plugin even though I don't have it installed. Is this expected? It shows that it downloads it and then it just gets stuck.
26e0364
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope! That's a bug, copilot should be optional here. I will fix