vim-lsc icon indicating copy to clipboard operation
vim-lsc copied to clipboard

Vue js language server

Open timsofteng opened this issue 3 years ago • 4 comments

Hello. How can I use language server for vue js with vim-lsc?

timsofteng avatar Jan 25 '21 22:01 timsofteng

$ npm install -g vls
let g:lsc_server_commands = {'vue': 'vls'}

lithammer avatar Jan 26 '21 19:01 lithammer

unfortunately it doesn't work for me.

timsofteng avatar Jan 28 '21 17:01 timsofteng

unfortunately it doesn't work for me.

Do you see any errors? What specifically isn't working?

natebosch avatar Feb 19 '21 05:02 natebosch

@natebosch here is error when when open vue file or type something or whe I try to go to definition image

Nothing working. Even completion.

timsofteng avatar Feb 19 '21 12:02 timsofteng