jackguo380 / vim-lsp-cxx-highlight

Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
MIT License
337 stars 26 forks source link

Error happened when using coc.nvim and ccls #50

Closed zhang-stephen closed 2 years ago

zhang-stephen commented 3 years ago

As the picture said.

批注 2020-12-24 160632

in Vim 8.2.2202 and the newest version of ccls and coc.nvim

WillDawnlll commented 2 years ago

dude i got a same error recently . fixed it by let g:lsp_cxx_hl_use_text_props = 0, this default enable in 8.2

WillDawnlll commented 2 years ago

and my vim version is 8.2.2425, if you find some solution pls leave some info....thkx

zhang-stephen commented 2 years ago

dude i got a same error recently . fixed it by let g:lsp_cxx_hl_use_text_props = 0, this default enable in 8.2

thanks dude, but I had transferred to neovim, welcome to try my configuration in pure lua: nvim config