Add m4xshen/smartcolumn.nvim (#690)

This commit is contained in:
Max Shen 2023-02-19 23:41:06 +08:00 committed by GitHub
parent 46e599a495
commit f7eb39d371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.