Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
beauwilliams opened this issue May 26, 2023 · 0 comments
Open
Labels
bug v1 An issue or PR relevant to packer v2

Comments

@beauwilliams
Copy link

beauwilliams commented May 26, 2023

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 beauwilliams added bug v1 An issue or PR relevant to packer v2 labels May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug v1 An issue or PR relevant to packer v2
Projects
None yet
Development

No branches or pull requests

1 participant