kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Fix error on Windows when space in install path

Open debashisbiswas opened this issue 2 years ago • 0 comments

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.

debashisbiswas avatar Dec 19 '22 07:12 debashisbiswas