nim.nvim
nim.nvim copied to clipboard
Highlighting disappears ²
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?
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
?
:messages
doesn't gives any output
:messages
doesn't gives any output
Interesting, can you paste your nvim configuration here?
I just used a clean config:
" Plugins
call plug#begin('~/.config/plugged')
Plug 'alaviss/nim.nvim'
call plug#end()