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

Problems loading extension into telescope. #8

Open
52617365 opened this issue Jun 6, 2022 · 3 comments
Open

Problems loading extension into telescope. #8

52617365 opened this issue Jun 6, 2022 · 3 comments

Comments

@52617365
Copy link

52617365 commented Jun 6, 2022

There is a problem when loading the extension into telescope. Problem appears when you follow the documentation provided on the repo page.

Luasnip is installed, telescope is installed and the extension is installed as the repo suggests.

Error only occurs once you call load_extension on it. Error does not appear once you comment the line out.

Full error message: https://pastebin.com/JPCLYKHH

Tell me if you need help, have a question.

@pjezusek
Copy link

pjezusek commented Jul 1, 2022

Hi,
I just encountered the same error. My problem was that I had to call PackerCompile after adding the extensions to my init.lua. The command PackerSync was not enough. If you type :checkhealth telescope you should see something like this:

image

If you don't see this, try to use the command mentioned above.

PS.:

I'm loading the plugin without "lazy feature":

use {
  "benfowler/telescope-luasnip.nvim",
}

@benfowler
Copy link
Owner

Hi; I'll try and reproduce this.

@benfowler
Copy link
Owner

Is this still an issue? If so I'll follow up ASAP.

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

3 participants