Mika Vilpas
Mika Vilpas
I mean, is it possible to simplify the setup for using render-markdown.nvim in gitcommit buffers, and make it a more "batteries included" experience within render-markdown.nvim for example? To be honest,...
I can confirm it works nicely. 👍🏻 No issues with lazy loading have come up either.
@johngeorgewright would you accept a PR for this? I could give this a shot if it's ok.
Hi! Do you mean that pressing Esc does not exit the rename popup window in yazi? It works for me: https://github.com/user-attachments/assets/ab4d4cd9-0961-4050-9aa2-5beb6ea96579
The implementation in nvim-cmp looks nice - maybe a bit hacky, but I think it would be a huge improvement. @Saghen if you would like to keep this out of...
@xzbdmw wow that is amazing! 😄 Really happy about this.
I use this, can you try that? https://github.com/mikavilpas/dotfiles/blob/c770da3e747da3110c9abba8b521a31c01be18f4/.config/nvim/lua/plugins/blink.lua#L11
I ran into some unicode issues in the blink-ripgrep plugin. The issue was that lua regex are not capable of matching unicode characters. This will probably not matter for LSP...
Hmm I have been thinking that my use case might be quite special and it probably isn't the best at addressing regex based highlighting in blink in general. Maybe there's...
Sounds good 👍🏻 I'll follow that PR, it looks like it enables a huge number of things that I like.