wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.72k stars 263 forks source link

Failing to sync dependencies behind corporate proxy #1232

Open Teethew opened 1 year ago

Teethew commented 1 year ago

I currently work with a company provided Windows laptop for security reasons. I got to install packer by downloading the code on this repository and adding it to my nvim-data folder.

But, every time I run :PackerSync, i get errors downloading the plugins I configured, and I don't seem to find where are the logs for those errors.

Is there a default folder that keeps logs from packer's failed plugin download attempts? Because if these errors are caused by my proxy, I can think of a way to solve the problem. But not having where to start with really would consume much time.

Thanks in advance