Skip to content

module 'lazydev.integrations.blink' not found #1557

Open
@drjaska

Description

@drjaska

Before Reporting an Issue

  • I have read the kickstart.nvim README.md.

  • I have read the appropriate plugin's documentation.

  • I have searched that this issue has not been reported before.

  • By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.

Describe the bug

Just entering insert mode or typing anything triggers this for me with unedited upstream kickstart.nvim init.lua and the pop-up is spammed a lot in interactive use.

Error detected while processing InsertEnter Autocommands for "*":
Error executing lua callback: ...zy/blink.cmp/lua/blink/cmp/sources/lib/provider/init.lua:39: module 'lazydev.integrations.blink' not found:
        no field package.preload['lazydev.integrations.blink']
        cache_loader: module 'lazydev.integrations.blink' not found
        cache_loader_lib: module 'lazydev.integrations.blink' not found
        no file './lazydev/integrations/blink.lua'
        no file '/usr/share/luajit-2.1/lazydev/integrations/blink.lua'
        no file '/usr/local/share/lua/5.1/lazydev/integrations/blink.lua'
        no file '/usr/local/share/lua/5.1/lazydev/integrations/blink/init.lua'
        no file '/usr/share/lua/5.1/lazydev/integrations/blink.lua'
        no file '/usr/share/lua/5.1/lazydev/integrations/blink/init.lua'
        no file './lazydev/integrations/blink.so'
        no file '/usr/local/lib/lua/5.1/lazydev/integrations/blink.so'
        no file '/usr/lib/lua/5.1/lazydev/integrations/blink.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
        no file './lazydev.so'
        no file '/usr/local/lib/lua/5.1/lazydev.so'
        no file '/usr/lib/lua/5.1/lazydev.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
        [C]: in function 'require'
        ...zy/blink.cmp/lua/blink/cmp/sources/lib/provider/init.lua:39: in function 'new'
        ...e/nvim/lazy/blink.cmp/lua/blink/cmp/sources/lib/init.lua:123: in function 'get_provider_by_id'
        ...e/nvim/lazy/blink.cmp/lua/blink/cmp/sources/lib/init.lua:98: in function 'get_enabled_providers'
        ...e/nvim/lazy/blink.cmp/lua/blink/cmp/sources/lib/init.lua:248: in function 'get_signature_help_trigger_characters'
        .../nvim/lazy/blink.cmp/lua/blink/cmp/signature/trigger.lua:101: in function 'is_trigger_character'
        .../nvim/lazy/blink.cmp/lua/blink/cmp/signature/trigger.lua:70: in function 'on_cursor_moved'
        .../nvim/lazy/blink.cmp/lua/blink/cmp/lib/buffer_events.lua:81: in function <.../nvim/lazy/blink.cmp/lua/blink/cmp/lib/buffer_events.lua:60>

HEAD of master at the time of writing is 6ba2408 and I have previously used kickstart.nvim without issues, my previous base was 7201dc4

git revert 5bdde24dfb353d365d908c5dd700f412ed2ffb17 reverting 5bdde24 does not help and I'm lost. I have read the README.md and installed the Arch Linux dependencies:

$ pacman -Q gcc make git ripgrep fd unzip neovim
gcc 15.1.1+r7+gf36ec88aa85a-1
make 4.4.1-2
git 2.49.0-2
ripgrep 14.1.1-1
fd 10.2.0-1
unzip 6.0-22
neovim 0.11.1-2

To Reproduce

  1. cd ~/.config
  2. git clone https://github.com/nvim-lua/kickstart.nvim
  3. mv kickstart.nvim nvim
  4. cd nvim
  5. nvim init.lua
  6. Enter insert mode
  7. Type anything

Desktop

  • OS: Arch Linux
  • Terminal: kitty

Neovim Version

Arch's extra/neovim package version 0.11.1-2

NVIM v0.11.1
Build type: RelWithDebInfo
LuaJIT 2.1.1741730670

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions