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

Random ^ characters in Statusline #49

Open
piyush-ppradhan opened this issue Mar 30, 2024 · 0 comments
Open

Random ^ characters in Statusline #49

piyush-ppradhan opened this issue Mar 30, 2024 · 0 comments

Comments

@piyush-ppradhan
Copy link

piyush-ppradhan commented Mar 30, 2024

I have been using the colorbuddy plugin recently, but I noticed that the status line of active split has "^" characters:
image

These are the options I am using in the configuration:

vim.cmd.colorscheme('gruvbuddy')
vim.api.nvim_command('hi StatusLineNC guibg=NONE guifg=#ffffff gui=NONE')
vim.api.nvim_command('hi StatusLine guibg=NONE guifg=#ffffff gui=NONE')
vim.api.nvim_command('hi StatusLineTerm guibg=NONE guifg=#ffffff')

If I comment out the status line configurations, the colorscheme works just fine:
image

@piyush-ppradhan piyush-ppradhan changed the title Random characters in Statusline Random ^ characters in Statusline Mar 30, 2024
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

No branches or pull requests

1 participant