Domagoj
Domagoj
Hey, thanks for opening an issue. I plan on supporting custom package managers per project in #25, would something similar where you specify the command as well help? As for...
Cool, thanks for the suggestions. I will likely start with abstractions in `3.0`. Not sure yet.
Regarding `rg`, I'd suggest checking if it's executable and if not, falling back to `grep` since as you said most people have it installed. If you default to grep, a...
Just a heads up for anyone still using [nvim-lsp-ts-utils](https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils): it has been put into maintenance mode and the replacement is [typescript.nvim ](https://github.com/jose-elias-alvarez/typescript.nvim)
> https://github.com/merthanmerter/prisma-nested-createMany-hack This works but you get no types. Not sure they intended for this to work.
Just a heads up for anyone using the hack. It's slow. I didn't really realize this until it was run to create around 3000 entities at once. It took around...
> All feature requests that are still open are considered by the team. But as you can see, there are many of those. Hence it might take some time to...
That would be awesome. Beats my idea of hardcoding them for sure.
For anyone coming here: I made a neovim plugin in Lua that does what this plugin does and a lot more: https://github.com/vuki656/package-info.nvim
Hey, that's a good idea since it works out of the box for everyone instead of relying on status bar customizability. Give it a go and let me know if...