-
Notifications
You must be signed in to change notification settings - Fork 470
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
Fennel snippets completely broken #152
Comments
I don't notice any issues with load times however, I do agree that the snippets are a little off. I can come back to this after I finish working on a solution for issue #105 though. Anyone else can feel free to make a PR for us to review if they want to speed the process up. Edit: 😎 |
@monkoose Hello 👋 Just opened a PR with some updates to the snippet formatting that you can check out if you wish. With regards to the load delays, that is (as you have guessed) not something that is likely caused by this project in particular. I know from my own set up, the order in which I had snippets load can affect how nicely it loads i.e. Check how you have |
Hey @monkoose, curious if you ever figured out what was the reason behind the slowdown? I'm facing the same delay when toggling between Fennel snippets in the popup. |
@andrejcesen Hello. Sorry didn't figure it out. So I just disabled them for fennel filetypes. |
For some reason they slow down nvim-cmp (when you select the snippet in cmp popup window there can be some huge delay 100+ms).
And even without delay snippets are useless, they just paste irrelevant text without any jump labels.
So as example
should be something like
EDIT: ok, seems like delay happens on the
nvim-cmp
orluasnip
side, because even global snippets in fennel files add delay to switching between suggestions in the popup window.The text was updated successfully, but these errors were encountered: