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 while invoking command on LunarVim #35

Open
alinalihassan opened this issue Nov 9, 2023 · 0 comments
Open

Error while invoking command on LunarVim #35

alinalihassan opened this issue Nov 9, 2023 · 0 comments

Comments

@alinalihassan
Copy link

I've recently tried LunarVim distro, and it seems that it fails when invoking. I used lazy.nvim to load it using LazyVim distro before and it worked without hiccups. Please let me know if I can share more info.

Config

lvim.plugins = {
    "sudormrfbin/cheatsheet.nvim",
    dependencies = {
      'nvim-telescope/telescope.nvim',
      'nvim-lua/popup.nvim',
      'nvim-lua/plenary.nvim',
    }
}

Error:

Error detected while processing function <SNR>10_Cheatsheet:
line    5:
E5108: Error executing lua ...zy/opt/cheatsheet.nvim/lua/cheatsheet/telescope/init.lua:47: attempt to compare number with function
stack traceback:
        ...zy/opt/cheatsheet.nvim/lua/cheatsheet/telescope/init.lua:47: in function 'entry_maker'
        ...scope.nvim/lua/telescope/finders/async_static_finder.lua:17: in function 'new_table'
        ...zy/opt/cheatsheet.nvim/lua/cheatsheet/telescope/init.lua:26: in function 'pick_cheat'
        ...te/pack/lazy/opt/cheatsheet.nvim/lua/cheatsheet/init.lua:186: in function 'show_cheatsheet_telescope'
        ...te/pack/lazy/opt/cheatsheet.nvim/lua/cheatsheet/init.lua:193: in function 'show_cheatsheet'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant