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

fix: add missing luasnip documentation #437

Closed
wants to merge 1 commit into from

Conversation

soifou
Copy link
Contributor

@soifou soifou commented Dec 3, 2024

This fix an error when attempting to show the doc of a lua snippet, parsing the details fails because it expects a string not a table.

...re/nvim/lazy/blink.cmp/lua/blink/cmp/lib/window/docs.lua:239: attempt to call method 'gmatch'
(a nil value)

Also add the missing description

image

@Saghen Saghen closed this in 85f318b Dec 3, 2024
@Saghen
Copy link
Owner

Saghen commented Dec 3, 2024

Incorporated it directly into main with some changes, marked you as co-author. Thanks!

@soifou
Copy link
Contributor Author

soifou commented Dec 3, 2024

Yes your approach is better 👍 and thanks for the builtin module, really like it

@soifou soifou deleted the fix/luasnip-doc branch December 3, 2024 22:02
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

Successfully merging this pull request may close these issues.

2 participants