Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bufferline deprecated names #102

Merged
merged 1 commit into from
Oct 24, 2022
Merged

fix: bufferline deprecated names #102

merged 1 commit into from
Oct 24, 2022

Conversation

Pkcarreno
Copy link
Contributor

bufferline added breaking changes to the highlight variable names that produce a message like this:

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:
- buffer_visible
- buffer_visible
- buffer_selected
- buffer_selected

rename these variables and restructure the highlighting configuration to be compatible with the latest versions of bufferline.

tested in my nvim configuration by editing the file inside the rose-pine module downloaded by packer

solves bufferline bugs as I understand from #56

@mvllow
Copy link
Member

mvllow commented Oct 24, 2022

Lovely, thank you!

@mvllow mvllow merged commit 27a822e into rose-pine:main Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants