Skip to content

Commit

Permalink
feat(plugin): add basic support for mini.indentscope (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe authored Feb 3, 2025
1 parent b91376a commit 35c1faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Currently supported plugins, others might work but are not tested:
- [neogit](https://github.com/TimUntersberger/neogit)
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua)
- [mini.indentscope](https://github.com/echasnovski/mini.indentscope)
- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
- [todo-comments.nvim](https://github.com/folke/todo-comments.nvim)
- [treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
Expand Down
4 changes: 4 additions & 0 deletions lua/retro-theme/palette/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,10 @@ colors["VirtColumn"] = colors["Whitespace"]
-- RainbowDelimiterViolet = {}
-- RainbowDelimiterCyan = {}

-- mini.indentscope
colors["MiniIndentScopeSymbol"] = colors["Whitespace"]
colors["MiniIndentScopeSymbolOff"] = colors["DiagnosticWarn"]

-- Neotest
colors["NeotestPassed"] = { fg = t.added }
colors["NeotestRunning"] = colors["DiagnosticInfo"]
Expand Down

0 comments on commit 35c1faa

Please sign in to comment.