vim-cmake-completion
vim-cmake-completion copied to clipboard
Speed up completion
First of all thank you for this nice plugin. Very clever to use the output of cmake's --help-* arguments.
I often find myself opening a CMakeLists.txt to do a quick edit then closing Vim instead of having the file always open. To this end I wanted to speed up the completion somewhat, hence this PR.
Thanks for this! It looks great.