Mention tsbline.nvim & nvim-bufferline in docs for tabline
This commit is contained in:
parent
edb8c344f7
commit
dd2236cc3b
|
@ -391,6 +391,15 @@ sections = {},
|
||||||
inactive_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
|
### Extensions
|
||||||
Lualine extensions change statusline appearance for a window/buffer with
|
Lualine extensions change statusline appearance for a window/buffer with
|
||||||
|
|
|
@ -315,6 +315,15 @@ You can also completely move your statuline to tabline by configuring
|
||||||
sections = {}
|
sections = {}
|
||||||
inactive_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*
|
EXTENSIONS *lualine-extensions*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue