posva / vim-vue

Syntax Highlight for Vue.js components
MIT License
1.29k stars 103 forks source link

I can't get completion. #101

Closed colmugx closed 6 years ago

colmugx commented 6 years ago

image

$ can't get anything. How can I do?

I'm using LanguageClient-neovim and install vue-language-server globally.

colmugx commented 6 years ago

image

now getting a new problem. The highlight broken

adriaanzon commented 6 years ago

See the FAQ for the highlighting problem: https://github.com/posva/vim-vue#my-syntax-highlighting-stops-working-randomly

colmugx commented 6 years ago

@adriaanzon

yeah, thanks.

I solved about the highlighting, but the completion none.

adriaanzon commented 6 years ago

This plugin doesn't provide completion so maybe you're better off asking over at one of the other projects you mentioned.

A quick google search led me to this though. Have you configured LanguageClient-neovim correctly?

colmugx commented 6 years ago

@adriaanzon

Yes, I configured well actually, it can show others for vue but not about $.

colmugx commented 6 years ago

@HerringtonDarkholme

Excuse me, can I get help?

HerringtonDarkholme commented 6 years ago

Please report the issue to vuejs/vetur and provide a reproduction project.

Thanks.

colmugx commented 6 years ago

Sorry..

And thank you for your help.