willparsons
willparsons
iirc rust-analyzer plans to add on the fly diagnostics (no idea when)
What is the procedure for manually adding a repo to the recent repos list? From what I can tell the current method is dependent on opening lazygit in the repository...
I think for the most part helix is not affected by this since 'Tasks', 'Debugging' and 'Extensions' tools don't exist (currently). As for the LSP it could be as simple...
I'm running into this problem at the moment with biome and eslint+prettier bumping into each other. I'll try and sort out the config on my end and then contribute it...
This is a bit annoying as the 95% of use cases is that you're either in a project that uses biome OR eslint+prettier, which is fine to configure, but it's...
I've started work on this here: https://github.com/AstroNvim/astrocommunity/pull/1006/files Having everything supported is pretty finicky :/
The awkward bits were just deciding when to switch biome on and off, when it should take precedency over eslint or prettier in a repo with both, how do you...
Yeah biome is prone to changing lints on version changes (not major version), so if your biome lsp differs from the installed version you will get 2 different results that...
Looks really good 🚀 There's just a few spots that don't seem to be transparent, like autocomplete and LSP signature for instance.  
I use astronvim and they use nvim-notify and dressing.nvim for UI.