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

Lazy loading suddenly not working on new machine with same config

Open beauwilliams opened this issue 2 years ago • 0 comments

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

beauwilliams avatar May 26 '23 02:05 beauwilliams