kickstart.nvim
kickstart.nvim copied to clipboard
Fix error on Windows when space in install path
Fixes #55. When there is a space in the install path, Packer is not cloned properly on startup. This change resolves the issue. Tested on Windows 11 with Neovim v0.8.1
--depth 1
is borrowed from the original Packer documentation at https://github.com/wbthomason/packer.nvim#bootstrapping. This option only clones the most recent commit, which is all that is necessary for the initial install.