cdelledonne / vim-cmake

Vim/Neovim plugin for working with CMake projects
MIT License
259 stars 21 forks source link

Add --recurse-submodules to git-clone installation command #97

Closed vadz closed 9 months ago

vadz commented 9 months ago

The plugin doesn't work if it's installed without it, failing with

Error detected while processing [...]/vim-cmake/plugin/cmake.vim: line 24: E117: Unknown function: libs#logger#Get

and other similar errors.


It took me some time what was going on after installing the plugin, so I hope that mentioning this here should help others avoid wasting time on this.

cdelledonne commented 9 months ago

I had indeed missed this, thanks!