-
-
Notifications
You must be signed in to change notification settings - Fork 328
New upstream release #829
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I upgraded LazyVim and encountered this problem:
...share/nvim/lazy/catppuccin/lua/catppuccin/lib/mapper.lua:52: module 'catppuccin.groups.integrations.blink_cmp' not found:
no field package.preload['catppuccin.groups.integrations.blink_cmp']
cache_loader: module catppuccin.groups.integrations.blink_cmp not found
cache_loader_lib: module catppuccin.groups.integrations.blink_cmp not found
no file './catppuccin/groups/integrations/blink_cmp.lua'
no file '/home/runner/work/neovim/neovim/.deps/usr/share/luajit-2.1/catppuccin/groups/integrations/blink_cmp.lua'
This is because I have this lazy configuration:
defaults = {
version = "*", -- try installing the latest stable version for plugins that support semver
}Which makes LazyVim install v1.9.0 of catppuccin.
Describe the solution you'd like
Release a new version where this is fixed! 🎉
As a workaround, I use this:
{ "catppuccin/nvim", name = "catppuccin", version = "0b2437" },Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request