William Boman
William Boman
So "managing" or in any way integrating externally installed packages is out of scope for mason.nvim. If you don't want to install a package if it's already installed on your...
FWIW, they recommend installing Prisma as a project-local dependency: https://www.prisma.io/docs/concepts/components/prisma-cli/installation#local-installation-recommended. I'm not opposed to adding `prisma` as a standalone package in Mason though (PR welcome)
@williambotman /apply ```diff diff --git a/lua/mason-registry/cppcheck/init.lua b/lua/mason-registry/cppcheck/init.lua index 85f70527..7a60a839 100644 --- a/lua/mason-registry/cppcheck/init.lua +++ b/lua/mason-registry/cppcheck/init.lua @@ -2,10 +2,14 @@ local Pkg = require "mason-core.package" local Optional = require "mason-core.optional" local git...
> I did not mean to force push, any way to undo this? > > I still have the changes in my local repository, will reopen the PR. Ah no...
Hey @VanillaBase1lb I've not forgotten about this PR. I have however struggled to build this on some systems but have not yet had time to look into it more closely.
Closing this as packages are no longer added to this registry, see instead https://github.com/mason-org/mason-registry/.
Hello! Hm. Could you see if #553 (branch `fix/ui-augroup-del`) fixes this?
Which steps (from start to error) do you do to trigger this error?
I'm going to close this as there have not been any other reports regarding this, and I've been unable to reproduce.
@Commandcracker Somewhat off-topic but did you write `busted.selene.yaml` yourself? I'm struggling to find a Selene configuration for it and was wondering if you'd like to share it?