Skip to content

Commit

Permalink
feat: add grug-far.nvim integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 23, 2024
1 parent 0b5df9c commit 3d53934
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,17 @@ gitsigns = true
```
<!-- gitsigns.nvim -->

<!-- grug-far.nvim -->
</tr>
<tr>
<td> <a href="https://github.com/MagicDuck/grug-far.nvim">grug-far.nvim</a> </td>
<td>

```lua
grug_far = false
```
<!-- grug-far.nvim -->

<!-- harpoon -->
</tr>
<tr>
Expand Down
4 changes: 4 additions & 0 deletions doc/catppuccin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@ gitsigns.nvim>lua
gitsigns = true
<

grug-far.nvim>lua
grug_far = false
<

harpoon>lua
harpoon = false
<
Expand Down
9 changes: 9 additions & 0 deletions lua/catppuccin/groups/integrations/grug_far.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
local M = {}

function M.get()
return {
GrugFarResultsMatch = { link = "IncSearch" },
}
end

return M
1 change: 1 addition & 0 deletions lua/catppuccin/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
---@field flash boolean?
---@field gitgutter boolean?
---@field gitsigns boolean?
---@field grug_far boolean?
---@field harpoon boolean?
---@field headlines boolean?
---@field hop boolean?
Expand Down

0 comments on commit 3d53934

Please sign in to comment.