Avinash Thakur

Results 59 comments of Avinash Thakur

I'll change. Btw, I noticed that calling `explorer.exe` with the url opens the URL in default browser. Therefore, on 0.10.0+, we can use vim.ui.open and on older, we can use...

This is impressive and really well implemented. I also had created a PR https://github.com/reduxjs/redux-devtools/pull/1305 for search functionality, while mine is a bit more powerful as it supports JSONPath expressions, but...

Another very strong usecase is having pre-commit hooks. If we keep the work of initializing pre-commit hooks manual, most of the contributor will forget it. Therefore, rendering it useless. It...

@mark2185 I'm using it inside neovim without any major modifications in the shortcuts. It provides the simpler ones like `hjkl`, but not ranges (`4j`) or `gg` and `G` shortcuts to...

@kdl-github-albert Confirmed, it is not font problem. Even with `skipFonts: true`, it fails.

@deathbeam, I agree with you. I was also uncomfortable with the overriding of headers as it felt misplaced. The idea of custom provider didn't hit me. Anyways, do you agree...

@deathbeam Can you review now ? For others, the following lazy.nvim config shows how I'm able to override them. ```lua { "CopilotC-Nvim/CopilotChat.nvim", -- url = "https://github.com/80avin/CopilotChat.nvim", opts = function(opts) local...

@szcharlesji I think this is fixed by https://github.com/yetone/avante.nvim/pull/2106

> in the screenshot of [#2106](https://github.com/yetone/avante.nvim/pull/2106) by [@80avin](https://github.com/80avin) , there's also `ollama/gpt-4o` which is definitely a bug. Also, we shouldn't see the providers we didn't setup in the first place....

@ximfritz I couldn't get time to complete the PR in JSONPath-plus. But partly, I've also been lazy since I had made this feature usable on my local, only cleanup, writing...