Shatur / neovim-cmake

CMake integration for Neovim
GNU General Public License v3.0
87 stars 19 forks source link

fix recursive copying in utils.copy_folder #35

Closed griffinwxk closed 2 years ago

griffinwxk commented 2 years ago

If a project template contains sub-directories, 'CMake create_project' throws a 'FileNotFoundError' error. This fixes it.

Shatur commented 2 years ago

Thanks!