a-shell icon indicating copy to clipboard operation
a-shell copied to clipboard

C++ code-completion in VIM, is it possible? and addition of QT libraries.

Open krigx opened this issue 2 years ago • 3 comments

krigx avatar Oct 04 '21 10:10 krigx

I'm not enough of a Vim-expert to know about C++ code completion, but plugins for code completion that work outside of a-Shell should work inside a-Shell.

Qt libraries, on the other hand, are near impossible: that would need a connection with the system libraries, which I cannot do.

holzschu avatar Oct 04 '21 10:10 holzschu

Oh great for plugins! Thanks!

krigx avatar Oct 04 '21 11:10 krigx

With the plugin management system in Vim 8 and the new git-like command (lg2), it's often as easy as "lg2 clone repository" in the .vim/pack/plugin/start package.

holzschu avatar Oct 04 '21 11:10 holzschu