richq / vim-cmake-completion

Vim plugin for CMake omnicompletion
21 stars 7 forks source link

Speed up completion #2

Open Osse opened 6 years ago

Osse commented 6 years ago

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.

richq commented 6 years ago

Thanks for this! It looks great.