The phpantom_lsp repository has changed its organization from Ajenbo/phpantom_lsp to PHPantom-dev/phpantom_lsp.
I can verify the downloads are still working as expected with the old org, but the package ref for it should be updated.
I'd do it myself, but being unable to get the local registry to run I can't verify if it'll work. I hope someone else will fare better than I did.
Local Registry Error
vim.schedule callback: ...e/pack/core/opt/mason.nvim/lua/mason-core/ui/display.lua:311: 'replacement string' item contains newlines
stack traceback:
[C]: in function 'nvim_buf_set_lines'
...e/pack/core/opt/mason.nvim/lua/mason-core/ui/display.lua:311: in function 'draw'
...e/pack/core/opt/mason.nvim/lua/mason-core/ui/display.lua:532: in function 'debounced_fn'
...e/pack/core/opt/mason.nvim/lua/mason-core/ui/display.lua:21: in function <...e/pack/core/opt/mason.nvim/lua/mason-core/ui/display
.lua:20>
Setup:
require("mason").setup({
registries = {
"file:~/Projects/mason-registry",
},
})
The phpantom_lsp repository has changed its organization from Ajenbo/phpantom_lsp to PHPantom-dev/phpantom_lsp.
I can verify the downloads are still working as expected with the old org, but the package ref for it should be updated.
I'd do it myself, but being unable to get the local registry to run I can't verify if it'll work. I hope someone else will fare better than I did.
Local Registry Error
Setup: