Skip to content

Random ^ characters in Statusline #49

@piyush-ppradhan

Description

@piyush-ppradhan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions