Mention tsbline.nvim & nvim-bufferline in docs for tabline

This commit is contained in:
shadmansaleh 2021-08-09 16:36:52 +06:00
parent edb8c344f7
commit dd2236cc3b
2 changed files with 18 additions and 0 deletions

View File

@ -391,6 +391,15 @@ sections = {},
inactive_sections = {},
```
If you're looking for bufferline or want to show tabs in tabline . There are
manny awesome plugins that can do that. For example:
- [nvim-bufferline](https://github.com/akinsho/nvim-bufferline.lua)
- [tabline.nvim](https://github.com/kdheepak/tabline.nvim)
tabline.nvim even uses lualines theme by default 🙌
You can find a bigger list [here](https://github.com/rockerBOO/awesome-neovim#tabline)
---
### Extensions
Lualine extensions change statusline appearance for a window/buffer with

View File

@ -315,6 +315,15 @@ You can also completely move your statuline to tabline by configuring
sections = {}
inactive_sections = {}
If you're looking for bufferline or want to show tabs in tabline . There are
manny awesome plugins that can do that. For example:
* [nvim-bufferline](https://github.com/akinsho/nvim-bufferline.lua)
* [tabline.nvim](https://github.com/kdheepak/tabline.nvim)
tabline.nvim even uses lualines theme by default 🙌
You can find a bigger list [here](https://github.com/rockerBOO/awesome-neovim#tabline)
------------------------------------------------------------------------------
EXTENSIONS *lualine-extensions*