nim.nvim icon indicating copy to clipboard operation
nim.nvim copied to clipboard

Highlighting disappears ²

Open qb-0 opened this issue 4 years ago • 4 comments

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 https://github.com/alaviss/nim.nvim/issues/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

qb-0 avatar Jul 18 '20 16:07 qb-0

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?

alaviss avatar Jul 19 '20 17:07 alaviss

:messages doesn't gives any output

qb-0 avatar Jul 19 '20 18:07 qb-0

:messages doesn't gives any output

Interesting, can you paste your nvim configuration here?

alaviss avatar Jul 21 '20 22:07 alaviss

I just used a clean config:

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

qb-0 avatar Jul 24 '20 14:07 qb-0