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

Highlighting disappears ² #32

Open
qb-0 opened this issue Jul 18, 2020 · 4 comments
Open

Highlighting disappears ² #32

qb-0 opened this issue Jul 18, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@qb-0
Copy link

qb-0 commented Jul 18, 2020

So I'm trying for days to get my linux config running on windows with nvim-qt.
Not sure if thats actually the same issue like #18 but highlighting dissapears everytime once I start to write anything.
Thats for me reproducible with a clean config just with nim.nvim load and any nim file.

Is there any log/debug I could activate to see what happens?

Video

@alaviss
Copy link
Owner

alaviss commented Jul 19, 2020

I think what happened might be that nimsuggest dies everytime you type a character, though that's kinda unlikely.

Can you try to reproduce the issue and check :messages?

@qb-0
Copy link
Author

qb-0 commented Jul 19, 2020

:messages doesn't gives any output

@alaviss alaviss added the bug Something isn't working label Jul 21, 2020
@alaviss
Copy link
Owner

alaviss commented Jul 21, 2020

:messages doesn't gives any output

Interesting, can you paste your nvim configuration here?

@qb-0
Copy link
Author

qb-0 commented Jul 24, 2020

I just used a clean config:

" Plugins
call plug#begin('~/.config/plugged')
Plug 'alaviss/nim.nvim'
call plug#end()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants