xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

vim9 support #590

Closed dmorilha closed 2 years ago

dmorilha commented 2 years ago

First of all congrats on the plug-in, is a great achivement! so much ligheter than YCM and trivial to set-up. vim9 was just released with a new and allegendly fast scripting language, are you planning to update? Would you accept a PR?

xaizek commented 2 years ago

I'm not sure Vim9 will improve performance by much, python and libclang do most of the work anyway. You can give it a try and measure, however using Vim9 will probably make the plugin unusable with NeoVim, so it might not be worth it unless the gain is substantial.