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

Troubles installing it on Windows (E5113 & E919)

Open sac11221 opened this issue 2 years ago • 2 comments

I get this error while trying to install it on windows, what is the issue?

E5113: Error while calling lua chunk: C:\Users\MIO PC\AppData\Local\nvim\init.lua:7: Vim(packadd):E919: Directory not fo und in 'packpath': "pack/*/opt/packer.nvim" stack traceback: [C]: in function 'cmd' C:\Users\MIO PC\AppData\Local\nvim\init.lua:7: in main chunk

sac11221 avatar Dec 18 '22 12:12 sac11221

Can you please provide some more details?

What version of Windows are you running? What shell were you using? What version of Neovim do you have? etc.

seantwie03 avatar Dec 18 '22 23:12 seantwie03

I had this issue, and just fixed it locally. It's because you have a space in your path (C:\Users\MIO PC), so the git clone which initially installs packer fails. Submitting a fix in a bit

debashisbiswas avatar Dec 19 '22 07:12 debashisbiswas

@debashisbiswas Alrighty thank you very much! ^_^

sac11221 avatar Dec 19 '22 18:12 sac11221