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

call one#highlight does not seem to work in init.vim #73

Open
micalexander opened this issue Jan 27, 2018 · 1 comment
Open

call one#highlight does not seem to work in init.vim #73

micalexander opened this issue Jan 27, 2018 · 1 comment

Comments

@micalexander
Copy link

call one#highlight('CursorLineNr', '282c33', '99c37e', 'none') only seems to work when called explicitly.

I currently have the code below in my init.vim

set background=dark
colorscheme one
call one#highlight('CursorLineNr', '282c33', '99c37e', 'none')
@francium
Copy link

Most likely can be fixed by putting call one#highlight after the following two commands,

filetype plugin indent on
syntax on

see neovim/neovim#5730 (comment)

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

2 participants