-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I have been using the colorbuddy plugin recently, but I noticed that the status line of active split has "^" characters:

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:

Metadata
Metadata
Assignees
Labels
No labels