From 0be459c0f3a19e67c609c2079db0766bbd5d2bc1 Mon Sep 17 00:00:00 2001 From: hoob3rt Date: Thu, 11 Mar 2021 00:35:08 +0100 Subject: [PATCH] docs: mmade tabline a details section --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3d702ec..d2e52a7 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,6 @@ ![code size](https://img.shields.io/github/languages/code-size/hoob3rt/lualine.nvim?style=flat-square) ![license](https://img.shields.io/github/license/hoob3rt/lualine.nvim?style=flat-square) -![last commit](https://img.shields.io/github/last-commit/hoob3rt/lualine.nvim?style=flat-square) -![contributions](https://img.shields.io/github/contributors/hoob3rt/lualine.nvim?style=flat-square) -![issues](https://img.shields.io/github/issues-raw/hoob3rt/lualine.nvim?style=flat-square) -![prs](https://img.shields.io/github/issues-pr-raw/hoob3rt/lualine.nvim?style=flat-square) - A blazing fast and easy to configure neovim statusline written in pure lua. `lualine.nvim` requires neovim 0.5 @@ -274,8 +269,9 @@ lualine.sections.lualine_b = { -### Using tabline as statusline -You can use lualine to display components in tabline . +
+Using tabline as statusline (statusline on top) +You can use lualine to display components in tabline. The sections, configurations and highlights are same as statusline. ``` @@ -300,6 +296,7 @@ lualine.tabline = { lualine.sections = {} lualine.inactive_sections = {} ``` + ### Loading plugin extensions Lualine extensions change statusline appearance for a window/buffer with a plugin loaded e.g. [junegunn/fzf.vim](https://github.com/junegunn/fzf.vim)