Skip to content

Commit 02493c7

Browse files
committed
docs: add statusline section
1 parent 8aec744 commit 02493c7

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

doc/srcery.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ change any of these you’d put something like this in your `.vimrc` or
3535

3636
Make sure that you set these variables before assigning `colorscheme`.
3737

38-
BOLD *srcery-option-bold*
38+
BOLD *srcery-option-bold*
3939

4040
Enables bold text.
4141
>vim
@@ -147,4 +147,21 @@ assigned.
147147
let g:srcery_gray5 = '#45433E'
148148
let g:srcery_gray6 = '#504D47'
149149

150+
==============================================================================
151+
STATUSLINE *srcery-statusline*
152+
153+
Srcery supports several statuslines, they all follow the same coloring scheme
154+
with some minor differences.
155+
156+
- https://github.com/nvim-lualine/lualine.nvim
157+
- https://github.com/vim-airline/vim-airline
158+
- https://github.com/itchyny/lightline.vim
159+
160+
The only one requiring configuration is `lightline`:
161+
>vim
162+
let g:lightline = { 'colorscheme': 'srcery' }
163+
>lua
164+
vim.g.lightline = { colorscheme = 'srcery' }
165+
166+
150167
vim: tw=78:ts=8:ft=help:norl:noet:fen:noet :

0 commit comments

Comments
 (0)