L3MON4D3 / LuaSnip

Snippet Engine for Neovim written in Lua.
Apache License 2.0
3.31k stars 234 forks source link

luasnip-here in docs #764

Closed s1n7ax closed 1 year ago

s1n7ax commented 1 year ago

Looks like node_opts has referenced to |luasnip-here| which does not exists. Could you point me to node_opts?

L3MON4D3 commented 1 year ago

Oh wow, this has gone unnoticed for some time.. Maybe panvimdoc has never been able to properly parse these :/ Anyway, you can check the online-documentation on github instead,DOC.md in the repo-root, I'll look into what's going wrong with the helpfile-generation

leiserfg commented 1 year ago

@L3MON4D3 Check here, is unfortunate but intentional
https://github.com/kdheepak/panvimdoc/blob/edeefb362ed38da61c6e404e367345b455c489e9/doc/panvimdoc.md#markdown-links

L3MON4D3 commented 1 year ago

Ah, okay I can kind-of see the sense in that.. Guess we'll have to rephrase those parts such that it works, seems like the path of least resistance