document lightline and lualine

This commit is contained in:
Michael Chris Lopez
2021-10-01 07:41:03 +08:00
parent c8716b5ebc
commit 2d6dea2ebf

View File

@@ -58,7 +58,21 @@ Default: `v:false`. Make non-current window background warmer than _Normal_.
#### g:zenflesh_italic_comments #### g:zenflesh_italic_comments
Default: `v:true`. Make comments not italicize. Default: `v:true`. Make comments italicize.
#### lightline
```vim
let g:lightline = {
\ 'colorscheme': 'zenbones', " or 'zenflesh'
\ }
```
#### lualine
```lua
options = { theme = 'zenbones' } -- or 'zenflesh'
```
## Advanced Usage ## Advanced Usage