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

PackerSync failed when in nvim-tree #1225

Closed bavo96 closed 1 year ago

bavo96 commented 1 year ago

Steps to reproduce

When I first open nvim like the image below, I type :PackerSync:

image

Actual behaviour

image

Expected behaviour

Packer installs packages normally.

My current configuration

image

Contents of ~/.cache/nvim/packer.nvim.log

[ERROR Fri Mar 31 15:18:26 2023 5.3516962872085e+15] .../site/pack/packer/start/packer.nvim/lua/packer/async.lua:20: Error in coroutine: ...m/site/pack/packer/start/packer.nvim/lua/packer/util.lua:156: Vim(let):E716: Key not present in Dictionary: "rhs"

bavo96 commented 1 year ago

One of my configuration messed my neovim up but I didn't find any logs that helped me figure out the bug. I have to unplug one by one package to find out that my lspconfig has some inappropriate configuration. I'll close this issue.