We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
call one#highlight('CursorLineNr', '282c33', '99c37e', 'none') only seems to work when called explicitly.
call one#highlight('CursorLineNr', '282c33', '99c37e', 'none')
I currently have the code below in my init.vim
set background=dark colorscheme one call one#highlight('CursorLineNr', '282c33', '99c37e', 'none')
The text was updated successfully, but these errors were encountered:
Most likely can be fixed by putting call one#highlight after the following two commands,
call one#highlight
filetype plugin indent on syntax on
see neovim/neovim#5730 (comment)
Sorry, something went wrong.
No branches or pull requests
call one#highlight('CursorLineNr', '282c33', '99c37e', 'none')
only seems to work when called explicitly.I currently have the code below in my init.vim
The text was updated successfully, but these errors were encountered: