Update README.md
This commit is contained in:
parent
4a102fedae
commit
bd98df3847
|
@ -49,6 +49,8 @@ Lualine has sections as shown below.
|
||||||
Each sections holds it's components e.g. current vim's mode.
|
Each sections holds it's components e.g. current vim's mode.
|
||||||
Colorscheme of sections is mirrored, meaning section `A` will have the same colorscheme as section `Z` etc.
|
Colorscheme of sections is mirrored, meaning section `A` will have the same colorscheme as section `Z` etc.
|
||||||
|
|
||||||
|
Configuration is currently limited to lua, please use lua block or a separate lua file to configure lualine.
|
||||||
|
|
||||||
### Starting lualine
|
### Starting lualine
|
||||||
```lua
|
```lua
|
||||||
local lualine = require('lualine')
|
local lualine = require('lualine')
|
||||||
|
|
Loading…
Reference in New Issue