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

Lazy loading suddenly not working on new machine with same config #1237

Open beauwilliams opened 1 year ago

beauwilliams commented 1 year ago

NVIM v0.9.0 Build type: Release LuaJIT 2.1.0-beta3

system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.0/share/nvim"

Run :checkhealth for more info

git version 2.39.2 (Apple Git-143)

Operating System Mac os 13.1

iTerm & Zsh

Post or link your plugin specification files here, if you aren't able to provide a minimal reproducer

https://github.com/beauwilliams/Dotfiles/blob/master/Vim/nvim/lua/plugins/_plugins.lua

Specifically event after cmd are not working

I can manually call require ('pkg') and it works so they are in the path.

As soon as I remove event from noice on line 98 it loads up fine.

It appears to be a race condition introduced when I moved to a new machine.

So everything works except lazy loading. Any ideas?

packer files

Plugin specification file(s) https://github.com/beauwilliams/Dotfiles/blob/master/Vim/nvim/lua/plugins/_plugins.lua
packer log file Post the contents of ~/.cache/nvim/packer.nvim.log here There is no packer.nvim log either.. odd
packer compiled file Post the contents of `packer_compiled.vim` here https://pastebin.mozilla.org/M4nbiPiu