sassanh / qnvim

Neovim backend for Qt Creator
MIT License
134 stars 8 forks source link

Do I really need to install other things from source? #32

Closed Ch0ronomato closed 1 year ago

Ch0ronomato commented 2 years ago

If I wanted to just download qt creator, and brew install nvim-qt, how would I do that?

sassanh commented 2 years ago

Sorry, this project is not maintained for ~2 years. I tried to update it with latest versions of Noevim and Qt Creator but it is pending this issue in neovim-qt: https://github.com/equalsraf/neovim-qt/issues/839 The problem is Qt Creator is migrated to Qt 6 for a long time and as far as I know it's not possible to install Qt 5 extensions for it.

sassanh commented 1 year ago

So things have improved since then. Thanks to Mikhail’s contributions it is now much easier to install the plugin, you can either directly download the plugin for your distribution from releases section or build it yourself with few simple commands (now it fetches its dependencies itself) so I close this issue. Please feel free to reopen it if you think your concerns are not addressed yet.