Skip to content

New upstream release #829

@op

Description

@op

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" },

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions