Skip to content

Commit

Permalink
feat: add support for outline.nvim plugin (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored Jan 22, 2024
1 parent 657cc4f commit 048c18f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,9 @@ rainbow_delimiters = true
<td> <a href="https://github.com/simrat39/symbols-outline.nvim">symbols-outline.nvim</a> </td>
<td>

> [!NOTE]
> This plugin has been archived by the author, consider using [outline.nvim](https://github.com/hedyhli/outline.nvim)
```lua
symbols_outline = false
```
Expand Down
5 changes: 4 additions & 1 deletion doc/catppuccin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,10 @@ rainbow-delimiters.nvim>lua
rainbow_delimiters = true
<

symbols-outline.nvim>lua
symbols-outline.nvim
[!NOTE] This plugin has been archived by the author, consider using
outline.nvim <https://github.com/hedyhli/outline.nvim>
>lua
symbols_outline = false
<

Expand Down
4 changes: 4 additions & 0 deletions lua/catppuccin/groups/integrations/symbols_outline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ local M = {}

function M.get()
return {
-- https://github.com/simrat39/symbols-outline.nvim
FocusedSymbol = { fg = C.yellow, bg = C.none },

-- https://github.com/hedyhli/outline.nvim
OutlineCurrent = { link = "FocusedSymbol" },
}
end

Expand Down

0 comments on commit 048c18f

Please sign in to comment.