Delete Components category

This commit is contained in:
Thomas Versteeg 2022-11-09 20:37:32 +01:00
parent 04cd79e074
commit 302b5c4254

View file

@ -40,7 +40,6 @@
- [Tabline](#tabline)
- [Winbar](#winbar)
- [Cursorline](#cursorline)
- [Components](#components)
- [Startup](#startup)
- [Icon](#icon)
- [Media](#media)
@ -408,6 +407,8 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
### Bars and Lines
- [SmiteshP/nvim-navic](https://github.com/SmiteshP/nvim-navic) - A simple statusline/winbar component that uses LSP to show your current code context.
#### Statusline
- [NTBBloodbath/galaxyline.nvim](https://github.com/NTBBloodbath/galaxyline.nvim) - Galaxyline componentizes Vim's statusline by having a provider for each text area. This means you can use the api provided by galaxyline to create the statusline that you want, easily.
@ -451,10 +452,6 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
- [echasnovski/mini.nvim#mini.cursorword](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-cursorword.md) - Module of `mini.nvim` for automatic highlighting of word under cursor (displayed after customizable delay).
- [melkster/modicator.nvim](https://github.com/melkster/modicator.nvim) - Cursor line number mode indicator. Changes the `CursorLineNr` highlight based on Vim mode.
#### Components
- [SmiteshP/nvim-navic](https://github.com/SmiteshP/nvim-navic) - A simple statusline/winbar component that uses LSP to show your current code context.
### Startup