molleweide
molleweide
I got similar issues when trying to use caterpillar as well in vite/react
Thanks for appreciating my idea!! ### jump-to-snip > I think that's a pretty cool usecase, we already have open-by-filetype, open-by-snippet is a slick addition. Yeah right, feels like we could...
## progress so far https://github.com/molleweide/LuaSnip/commits/molleweide ### updated solution / summary 1. update `add_snippets()` with id/source key value pair. DONE! 2. add new `retrieve_source_from_snippet()` function DONE! 3. update `edit_snippets_file()` to take...
### treesitter idea / crud api 1. require ts 2. local snip_tree = query for snippet containing name or trig string 3. depending on which mapping was used filter out...
> Considering the amount of data, should the "storing metadata" part be opt-in? Good idea, and maybe one could also configure which specific dirs to add source maps for. I...
> I'm not convinced it's useful, Lol, me neither. I consider this RnD. Now that I got the jump to snip functionality to work I feel pretty much satisfied because...
PR submitted. > make it possible to attach more metadata to the snippets. I believe that my implementation makes this possible but might need minor changes. I created a table...
I fixed the issues and now a new error that occurs is the following: `> [email protected] our:compile:edition-es2023-esm` seems to be the failing command. ```shell > bound $(vi_mode_prompt_info) Boundation v1.91.0 [/Users/hjalmarjakobsson/code/repos/github.com/bevry/boundation]...
> yeah, some packages need to be updated for the latest node and ecmascript versions... it's been a year since I've published anything > > right now my priority is...
Yes, the resolve to this will be merged later this week. Everything is fixed. It just has to be merged into master now.