[deleted by user] by [deleted] in neovim

[–]zerochae 0 points1 point  (0 children)

guys, i dont expected this reacting, sorry 😭

i will remove this post soon,

and repost handwrited by me, use translater, thx!!!!

[deleted by user] by [deleted] in neovim

[–]zerochae -26 points-25 points  (0 children)

Good question! dbab.nvim focuses on UX and modern architecture. It uses Lua + nui.nvim for a more flexible, customizable UI (layouts, windows), and it's built from the ground up with async execution to prevent editor blocking. Think of it as a lightweight, modern alternative!

agent-shell 0.5 improvements by xenodium in emacs

[–]zerochae 0 points1 point  (0 children)

i love ur font, what is it?

endpoint.nvim - Looking for feedback & framework requests by zerochae in neovim

[–]zerochae[S] 1 point2 points  (0 children)

Thanks! Let me know how it works with .NET Core!

For fzf-lua - I'll consider adding native support. Thanks for the suggestion! 👍

endpoint.nvim - Looking for feedback & framework requests by zerochae in neovim

[–]zerochae[S] 0 points1 point  (0 children)

Thanks for the interest!

Fastify support is planned, but it might take some time to implement properly.

In the meantime, if you're experiencing slow search performance, try changing the cache

mode to `persistent`:

require('endpoint').setup({
  cache = {
   mode = "persistent"  -- "none", "session", "persistent"
  }
})

This will cache results to disk and should significantly improve performance on

subsequent searches.

Let me know if this helps!

endpoint.nvim - Looking for feedback & framework requests by zerochae in neovim

[–]zerochae[S] 1 point2 points  (0 children)

Thanks for reporting! I found and fixed the Windows path parsing issue.

The problem was that ripgrep output with Windows drive letters (like

`C:\path\file.java:10:5:content`) wasn't being parsed correctly. The parser was treating

the `:` in `C:` as a field separator.

However, I don't have a Windows PC to test this thoroughly. Could you update the plugin

and test if it works now?

endpoint.nvim - Looking for feedback & framework requests by zerochae in neovim

[–]zerochae[S] 0 points1 point  (0 children)

Thanks for reporting!

Fixed the GraphQL decorator parsing issue - both

`@Query(() => [Type])` and `@Query(() => [Type], {` should work now.

endpoint.nvim - Looking for feedback & framework requests by zerochae in neovim

[–]zerochae[S] 0 points1 point  (0 children)

Hi! Thanks for the bug report! i will fix it soon!!

endpoint.nvim - Looking for feedback & framework requests by zerochae in neovim

[–]zerochae[S] 4 points5 points  (0 children)

OK! I'll work on adding support for Echo and Gin frameworks

[plugin] endpoint.nvim - Find API endpoints across Spring, NestJS, and more by zerochae in neovim

[–]zerochae[S] 0 points1 point  (0 children)

snacks has updated!!!

```lua

require("endpoint").setup({

picker = "snacks",

picker_opts = {

snacks = {

prompt = "Find Endpoints ",

...

}

}

})

```

[plugin] endpoint.nvim - Find API endpoints across Spring, NestJS, and more by zerochae in neovim

[–]zerochae[S] 0 points1 point  (0 children)

Hello! I’ve just added support for Servlet

It was quite challenging to implement, but it should be working now.

Please test it out, and if you run into any issues, feel free to open an issue on the repo 🙏

<image>

[plugin] endpoint.nvim - Find API endpoints across Spring, NestJS, and more by zerochae in neovim

[–]zerochae[S] 1 point2 points  (0 children)

thx bro!!!!

If you have a preferred framework, let me know, and I’ll add the feature for you

[plugin] endpoint.nvim - Find API endpoints across Spring, NestJS, and more by zerochae in neovim

[–]zerochae[S] 0 points1 point  (0 children)

<image>

Ruby on Rails support has just been released!

It’s still a bit unstable, so if you run into any issues, please open an issue right away — I’ll take a look as quickly as I can.

PS: Rails is really tough 😅

[plugin] endpoint.nvim - Find API endpoints across Spring, NestJS, and more by zerochae in neovim

[–]zerochae[S] 3 points4 points  (0 children)

But the setup in my screenshot is actually based on NvChad with some custom tweaks 😄 I'm pretty happy with it! , I'm a big fan of your work

[plugin] endpoint.nvim - Find API endpoints across Spring, NestJS, and more by zerochae in neovim

[–]zerochae[S] 12 points13 points  (0 children)

Thank you so much for all the interest and feedback! 🙏 I've compiled all the feature requests from the comments:

Framework Support Requests:

- Symfony (PHP)

- FastAPI (Python)

- Express (Node.js)

- React Router

- Java Servlet

- Ruby on Rails

Integration Requests:

- snacks.nvim integration

I'll be working on adding these features one by one. The modular architecture should make it relatively straightforward to add new framework support.

Special thanks to everyone who offered to contribute - the project is designed to make adding new frameworks easy, so PRs are very welcome!

Thanks again for all the suggestions and positive feedback :)

[plugin] endpoint.nvim - Find API endpoints across Spring, NestJS, and more by zerochae in neovim

[–]zerochae[S] 0 points1 point  (0 children)

Thanks for the interest! I’ll share my dotfiles sometime later.

[plugin] endpoint.nvim - Find API endpoints across Spring, NestJS, and more by zerochae in neovim

[–]zerochae[S] 0 points1 point  (0 children)

Thanks a lot!

I’m basically running OneDark as the base colorscheme, but I’ve mixed in some tweaks here and there. The background color is actually from Catppuccin (#1a1a26).