sassanh / qnvim

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

qtcreator crash #14

Closed beyondsuntong closed 4 years ago

beyondsuntong commented 4 years ago

I download the release (libQNVim-1.2.0-qtcreator-4.9.1-x86_64.so) in my qt-creator plugin directory my qt-creator version is official release (see below), I also load this plugin ![Uploading image.png…]()

when I open a file, qt-creator crash ![Uploading image.png…]()

beyondsuntong commented 4 years ago

image

image

sassanh commented 4 years ago

Your Neovim doesn't support api level 6, this plugin uses api level 6. What's the version of your neovim?

beyondsuntong commented 4 years ago

NVIM v0.2.2 image

beyondsuntong commented 4 years ago

image

sassanh commented 4 years ago

This plugin doesn't work with NVIM 0.2.2, please update to latest Neovim.

beyondsuntong commented 4 years ago

I updated to latest Neovim, this problem fixed. thanks!