qnvim
qnvim copied to clipboard
Neovim backend for Qt Creator
I found that everytime I do _anything_ (even just moving around in normal mode), the code model seems to be reloaded, i.e. cppcheck is run, the warnings turn grey for...
Is it possible to have autocompletion in insert mode on typing? Without calling shortcut for `rpcnotify(g:neovim_channel, 'Gui', 'triggerCommand', 'TextEditor.CompleteThis')` every time.
Say I am in fileA.cpp and use Texteditor.FollowSmybolUnderCursor with the shortcut provided in your example qnvim.vim file. This takes me to fileB.cpp as expected. However, when I go back to...
The original author of this software, @sassanh is currently a little busy. He has asked us for help, to get his project upstream: https://github.com/sassanh/qnvim/issues/1#issuecomment-529593191 One issue is the license, as...
I noticed that plugin does not highlight searched items. Highlighting is also not works with such plugins as [sandwich](https://github.com/machakann/vim-sandwich) (It should show the word to which the modification will be...
It all started as a prove of concept, I just wanted to see if it's possible to have a neovim backend for Qt Creator. I never had the time to...
They work in FakeVim though, so it should be possible to add this to qnvim
Wrap
`set wrap` doesn't work properly. When cursor is in the beginning of a line that is wrapped `gj` may go to end of line or second character in next line...
Currently qnvim doesn't support splits. It doesn't crash, but it doesn't show splits neither. There's simply no relation between Qt Creators splits and Neovim splits.
If I wanted to just download qt creator, and `brew install nvim-qt`, how would I do that?