Permission Error with Kickstart.nvim

Hey smart people

I’ve been learning vim commands in vscode for awhile now, and decided it was time to take the jump into nvim as an IDE. This set-up script seemed like the best place to start: GitHub - nvim-lua/kickstart.nvim: A launch point for your personal nvim configuration

However I’m running into this error, and I’m not sure I understand what its saying.

I’m not sure how serious this even is, but I figured best to get this sorted before continuing learning otherwise I might cause all kinds of problems for myself later.

Any help would be appreciated.

Are you on Windows? It seems like a file permission error, try deleting lazy-lock.json at the indicated path. It could be a lazy.nvim bug, since many neovim plugins support Linux/Mac first and (sometimes) Windows second.

See also