mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
Delete Components
category
This commit is contained in:
parent
04cd79e074
commit
302b5c4254
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue