lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Add vimrtags.py and implement rtags#Diagnostics in python. #68

Closed marxin closed 6 years ago

marxin commented 7 years ago

The submit request reworks rtags#Diagnostics() functionality to proper Python part in a separate engine. Reworked version uses just JSON which makes the implementation smoother. I'm also working on better completion support where I would like to implement majority of functionality also in Python part of the plugin. That's my motivation to do the separation.