docs: mmade tabline a details section
This commit is contained in:
parent
303edcfe96
commit
0be459c0f3
11
README.md
11
README.md
@ -2,11 +2,6 @@
|
|||||||
![code size](https://img.shields.io/github/languages/code-size/hoob3rt/lualine.nvim?style=flat-square)
|
![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)
|
![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.
|
A blazing fast and easy to configure neovim statusline written in pure lua.
|
||||||
|
|
||||||
`lualine.nvim` requires neovim 0.5
|
`lualine.nvim` requires neovim 0.5
|
||||||
@ -274,8 +269,9 @@ lualine.sections.lualine_b = {
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### Using tabline as statusline
|
<details>
|
||||||
You can use lualine to display components in tabline .
|
<summary><b>Using tabline as statusline (statusline on top)</b></summary>
|
||||||
|
You can use lualine to display components in tabline.
|
||||||
The sections, configurations and highlights are same as statusline.
|
The sections, configurations and highlights are same as statusline.
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -300,6 +296,7 @@ lualine.tabline = {
|
|||||||
lualine.sections = {}
|
lualine.sections = {}
|
||||||
lualine.inactive_sections = {}
|
lualine.inactive_sections = {}
|
||||||
```
|
```
|
||||||
|
</detils>
|
||||||
|
|
||||||
### Loading plugin extensions
|
### 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)
|
Lualine extensions change statusline appearance for a window/buffer with a plugin loaded e.g. [junegunn/fzf.vim](https://github.com/junegunn/fzf.vim)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user