You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting any bufferline highlight will result in a warning at start because "guifg" and "guibg" are deprecated.
Using `gui`, `guifg`, `guibg`, `guisp` is deprecated please, convert these as follows:
- guifg -> fg
- guibg -> bg
- guisp -> sp
- gui -> underline = true, undercurl = true, italic = true
see :help bufferline-highlights for more details on how to update your highlights
Please fix:
Press ENTER or type command to continue
- fill
Plugin affected:
bufferline
Nixpkgs channel:
nixpkgs-unstable
Description
Setting any bufferline highlight will result in a warning at start because "guifg" and "guibg" are deprecated.
Config
nixvim config
The text was updated successfully, but these errors were encountered: