LuaSnip icon indicating copy to clipboard operation
LuaSnip copied to clipboard

Snippet Engine for Neovim written in Lua.

Results 154 LuaSnip issues
Sort by recently updated
recently updated
newest added

Nixpkgs contributor here. I have the same request as expressed in #1065. We currently have the 0.0.7 version of `jsregex` packaged. Could you please consider bumping the required version for...

See #1110 As Luasnip uses lazy loading in the code logic, the type hinting chain breaks before getting to the user. This is the first step towards a better type...

Not sure if others have hit this (didn’t see anything). Also unsure if this is on _them_ (will ask). Using the instructions here (or any variant i could think of)...

This is possibly a feature request instead of a bug; if so I'm interested in adding the feature, but I'll need some hints for where to start looking. I'm using...

Deal with/Explicitly allow dynamicNodes being updated due to a change inside of them. This is to enable stuff like #1096 and #1102, where the text of an insertNode should be...

I've had times when I accidentally (or whatever the reason might be) trigger a snippet. I also have typed some text (before triggering the snippet) without leaving insert mode in...

Hey! Im having trouble installing LuaSnip on Windows 11 ![image](https://github.com/L3MON4D3/LuaSnip/assets/47833971/db69012c-3948-4f44-8ba3-db7a5cd82c21)

Lets say I mave a snippet with 4 nodes, is there a way to find out if the curser is on the 4th (and last) node?

Hi, I'm trying to use my snippets which I used in my LaTeX workflow but now in markdown. Thing is I had many ones using functions like `in_mathzone` provided by...

This is a minimal example to decrease verbosity. What I actually want to do is declare variables at `i(3)` from the variables type in declaration of `void solve(...)` ```cpp cin...