L3MON4D3
L3MON4D3
Superseded by #1239. Thanks for initiating this :D
Hey :) Sounds a bit like the config is not being sourced correctly, maybe there's an issue with lazy? You can check the value of `enable_autosnippets` at runtime via `:lua...
Yeah :/ https://github.com/L3MON4D3/LuaSnip/issues/1203#issuecomment-2198048002 also mentions lazy changing config, maybe check their issues or open one
Mhmm, I haven't considered having to do this at all, so it's only possible in very roundabout ways.. what's your exact usecase? Maybe there's a different approach
Okay, maybe first, in case you're unaware: if you leave your sessions running for a long time (across multiple days) implementing "insert date of today" like this will generate wrong...
Oh cool, nice idea (first of all :D) Have you considered defining the default-value in the restoreNode itself? That would at least solve the immediate problem. But, this kind of...
Oh, that's because we don't copy the passed text (if it's a table), which means it will be indented multiple times :smile: Maayyyybe we should change that, it might be...
Oh yikes, that sounds horrible. I think it would be best to first get some idea why there even is a second change, seems like your best bet for that...
Hi! #935 should have everything you need for this, as long as you neovim is new enough to support inline virtual text
Ouh, not as easily: you'd need to find, after each jump (`:h luasnip-events`), the target of the next one (`ls.next_node`, or something like that), get its position (`node:get_buf_position`, or something...