docs: mmade tabline a details section
This commit is contained in:
parent
303edcfe96
commit
0be459c0f3
@ -2,11 +2,6 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
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,7 +269,8 @@ lualine.sections.lualine_b = {
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### Using tabline as statusline
|
<details>
|
||||||
|
<summary><b>Using tabline as statusline (statusline on top)</b></summary>
|
||||||
You can use lualine to display components in tabline.
|
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