0.0.2-development • Published 9 months ago

coc-qml v0.0.2-development

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

coc-qml

This extension connects coc.nvim to the qml language server.

Requirements

coc.nvim

Qt version >= 6.4

support

  • highlighting
  • indentation
  • completions
  • coding errors/hints

Install

add path\to\qtdir\bin to path

:CocInstall coc-qml

or put the following in your vimrc:

Plug 'Jinlixian/coc-qml', {'do': 'yarn install --frozen-lockfile && yarn build'}

And run:

:PlugInstall

License

MIT