diff --git a/README.md b/README.md index 14f467e..80860d0 100644 --- a/README.md +++ b/README.md @@ -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.