Request to add plugins
Could you please add the following plugins?
I can't add them myself because they are not primarily written in Lua.
Hmm I think I hit the same issue with https://github.com/mikavilpas/tsugit.nvim
I use typescript to write end-to-end tests and run them with cypress. In this case there's lots of integrations to test but the plugin itself is quite small 😄
I think I worked around this issue by in https://dotfyle.com/plugins/mikavilpas/tsugit.nvim. I did it by
- temporarily deleting all code except lua code
- adding the plugin in dotfyle.com
- putting the deleted code back (reverting the commit in my case)
Based on the current source code (https://github.com/codicocodes/dotfyle/blob/main/src/lib/trpc/router.ts#L432 ), it looks like this check is done only when adding the plugin. I'm not familiar with the codebase though, so I'm hoping it will stay up 🤞🏻