dotfyle icon indicating copy to clipboard operation
dotfyle copied to clipboard

Request to add plugins

Open Frestein opened this issue 1 year ago • 2 comments

Could you please add the following plugins?

  1. neorg-se
  2. neorg-query
  3. neorg-interim-ls
  4. telescope-fzf-native.nvim
  5. emission.nvim
  6. nvim-laurel

I can't add them myself because they are not primarily written in Lua.

Frestein avatar Nov 15 '24 07:11 Frestein

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 😄

mikavilpas avatar Dec 02 '24 18:12 mikavilpas

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 🤞🏻

mikavilpas avatar Dec 07 '24 16:12 mikavilpas