hamidi-dev

Results 4 comments of hamidi-dev

Hi! Yes, I can explain the scope difference: **The key architectural difference**: - **My approach (#1700)**: Keeps the existing preloaded Neovim instance and `funcName`-based RPC system. I focused on making...

Hi @yetone, i am not sure what that is supposed to do. Hitting :AvanteHistory pops up this window with a single entry when i choose it, it just opens the...

For my use case, automatic is the way to go. I have implemented a POC: https://github.com/hamidi-dev/avante.nvim/commit/d582c544365fcad0bf24e20f418bfd7687cb0d3d I'd be happy to open a PR for it :)

not sure what to do about the telescope part yet. Whether it should be part of avante.nvim or a separate telescope extension: ```lua -- Telescope utilities local Path = require("plenary.path")...