We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
event
after
cmd
I can manually call require ('pkg') and it works so they are in the path.
require ('pkg')
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?
Post the contents of ~/.cache/nvim/packer.nvim.log here
There is no packer.nvim log either.. odd
Post the contents of packer_compiled.vim here
packer_compiled.vim
https://pastebin.mozilla.org/M4nbiPiu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 workingI 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
herehttps://pastebin.mozilla.org/M4nbiPiu
The text was updated successfully, but these errors were encountered: