From dd2236cc3bde2982ebd73b9b2e47d80974f23d9e Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Mon, 9 Aug 2021 16:36:52 +0600 Subject: [PATCH] Mention tsbline.nvim & nvim-bufferline in docs for tabline --- README.md | 9 +++++++++ doc/lualine.txt | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 236c281..cda7d07 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/lualine.txt b/doc/lualine.txt index 7125bf6..39f4a09 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -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*