mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 15:53:38 -05:00
Document g:gruvbox_guisp_fallback in the wiki
@@ -89,6 +89,14 @@ default: `0`
|
||||
[Extrahighlighted warnings](https://github.com/morhetz/gruvbox/pull/34#issue-40671836)
|
||||
default: `0`
|
||||
|
||||
### g:gruvbox_guisp_fallback
|
||||
Delegates `guisp` colorings to `guifg` or `guibg`. This is handy for terminal vim. Uses `guifg` or `guibg` for colors originally assigned to `guisp`. `guisp` concerns the colors of underlines and strikethroughs. Terminal vim cannot color underlines and strikethroughs, only gVim can. This option instructs vim to color `guifg` or `guibg` as a fallback.
|
||||
|
||||
default: `'NONE'`
|
||||
|
||||
Possible Values: `'fg'`, `'bg'`
|
||||
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user