mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
README: limit to 80 characters
This commit is contained in:
parent
83049cac26
commit
05ccf170ef
@ -2189,8 +2189,8 @@ Always use a dark gray statusline, no matter what colorscheme is chosen:
|
||||
autocmd ColorScheme * highlight StatusLine ctermbg=darkgray cterm=NONE guibg=darkgray gui=NONE
|
||||
```
|
||||
|
||||
This triggers every time you use `:colorscheme ...`. If you want it to trigger only for
|
||||
a certain colorscheme:
|
||||
This triggers every time you use `:colorscheme ...`. If you want it to trigger
|
||||
only for a certain colorscheme:
|
||||
|
||||
```vim
|
||||
autocmd ColorScheme desert highlight StatusLine ctermbg=darkgray cterm=NONE guibg=darkgray gui=NONE
|
||||
|
Loading…
x
Reference in New Issue
Block a user