Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to add plugins #155

Open
Frestein opened this issue Nov 15, 2024 · 2 comments
Open

Request to add plugins #155

Frestein opened this issue Nov 15, 2024 · 2 comments

Comments

@Frestein
Copy link

Frestein commented Nov 15, 2024

Could you please add the following plugins?

  1. neorg-se
  2. neorg-query
  3. neorg-interim-ls
  4. telescope-fzf-native.nvim

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

@mikavilpas
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants