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

error: list.lua:81: loop or previous error loading module 'blink.cmp.fuzzy' #623

Closed
2 tasks done
lost22git opened this issue Dec 17, 2024 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@lost22git
Copy link

Make sure you have done the following

  • I have updated to the latest version of blink.cmp
  • I have read the README

Bug Description

   Error  02:21:15 msg_show.lua_error Error executing vim.schedule lua callback: ...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:81: loop or previous error loading module 'blink.cmp.fuzzy'
stack traceback:
	[C]: in function 'require'
	...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:81: in function 'fuzzy'
	...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:68: in function 'show'
	...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:32: in function <...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:29>

Relevant configuration

return {
  "saghen/blink.cmp",
  lazy = false,
  dependencies = "rafamadriz/friendly-snippets",
  version = "v0.*",

  opts = {
    keymap = "default"
    appearance = {
      use_nvim_cmp_as_default = true,
      nerd_font_variant = "mono",
    },
    sources = {
      default = { "lsp", "path", "snippets", "buffer" },
    },
    signature = { enabled = true },
  },
  opts_extend = { "sources.default" },
}

neovim version

NVIM v0.10.2 Build type: Release LuaJIT 2.1.1727870382

blink.cmp version: branch, tag, or commit

version: 0.7.6 , tag: v0.7.6, branch: main, commit: ae5a4ce

@lost22git lost22git added the bug Something isn't working label Dec 17, 2024
@Saghen
Copy link
Owner

Saghen commented Dec 17, 2024

Likely a duplicate of #68

@Saghen Saghen closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants