Skip to content

Commit

Permalink
feat: add ufo integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rewhile committed Sep 2, 2023
1 parent 1786287 commit 1f53686
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,20 @@ ts_rainbow = true
</tr>
<!-- nvim-ts-rainbow -->

<!-- nvim-ufo -->
</tr>
<tr>
<td> <a href="https://github.com/kevinhwang91/nvim-ufo">nvim-ufo</a> </td>
<td>

```lua
ufo = false
```

</td>
</tr>
<!-- nvim-ts-rainbow -->

<!-- nvim-window-picker -->
</tr>
<tr>
Expand Down
9 changes: 9 additions & 0 deletions lua/catppuccin/groups/integrations/ufo.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
local M = {}

M.get = function()
return {
UfoFoldedFg = { fg = C.lavender },
}
end

return M

0 comments on commit 1f53686

Please sign in to comment.