mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
Add m4xshen/smartcolumn.nvim
(#690)
This commit is contained in:
parent
46e599a495
commit
f7eb39d371
1 changed files with 2 additions and 5 deletions
|
@ -41,7 +41,6 @@
|
|||
- [Bars and Lines](#bars-and-lines)
|
||||
- [Statusline](#statusline)
|
||||
- [Tabline](#tabline)
|
||||
- [Winbar](#winbar)
|
||||
- [Cursorline](#cursorline)
|
||||
- [Startup](#startup)
|
||||
- [Icon](#icon)
|
||||
|
@ -430,6 +429,8 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
|
|||
|
||||
### Bars and Lines
|
||||
|
||||
- [m4xshen/smartcolumn.nvim](https://github.com/m4xshen/smartcolumn.nvim) - Hide your colorcolumn when unneeded.
|
||||
- [utilyre/barbecue.nvim](https://github.com/utilyre/barbecue.nvim) - A VS Code like winbar.
|
||||
- [SmiteshP/nvim-navic](https://github.com/SmiteshP/nvim-navic) - A simple statusline/winbar component that uses LSP to show your current code context.
|
||||
|
||||
#### Statusline
|
||||
|
@ -462,10 +463,6 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
|
|||
- [rafcamlet/tabline-framework.nvim](https://github.com/rafcamlet/tabline-framework.nvim) - User-friendly framework for building your dream tabline in a few lines of code.
|
||||
- [nanozuki/tabby.nvim](https://github.com/nanozuki/tabby.nvim) - A minimal, configurable, Neovim style tabline. Use your Neovim tabs as workspace multiplexer.
|
||||
|
||||
#### Winbar
|
||||
|
||||
- [utilyre/barbecue.nvim](https://github.com/utilyre/barbecue.nvim) - A VS Code like winbar.
|
||||
|
||||
#### Cursorline
|
||||
|
||||
- [yamatsum/nvim-cursorline](https://github.com/yamatsum/nvim-cursorline) - A plugin that highlights cursor words and lines.
|
||||
|
|
Loading…
Reference in a new issue