Coc.nvim: incorect floating highlight for js and ts

Created on 22 Mar 2019  路  5Comments  路  Source: neoclide/coc.nvim

vim version: NVIM v0.4.0-430-g8698830cb
node version: v11.12.0
coc.nvim version: 0.0.61
term: xterm-256color
platform: linux

Screenshot_20190322_182937

All 5 comments

Can't fix, no way to detect screen scroll.

What do you mean by screen scroll?
Thanks for looking into it.

If it's not caused by scroll, please provide minimal vimrc to reproduce the problem.

Got the reason, it doesn't check global variable existance in syntax file.

let s:tags = '\%(' . join(g:graphql_javascript_tags, '\|') . '\)'

coc only load syntax files for highlight, so it throws.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lanox picture lanox  路  3Comments

iago-lito picture iago-lito  路  3Comments

MacGuffinLife picture MacGuffinLife  路  4Comments

cvlmtg picture cvlmtg  路  3Comments

tom-james-watson picture tom-james-watson  路  3Comments