1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim/lua/user/plugins/lang/php.lua: add phpstan to mason.

This commit is contained in:
Henrik Hautakoski 2025-09-23 19:28:04 +02:00
parent 71b3445c42
commit 419a78db76

View file

@ -127,6 +127,13 @@ return {
})
end
},
{
"mason-org/mason.nvim",
optional = true,
opts = {
ensure_installed = { 'phpstan' },
},
},
-- LSP
{
"neovim/nvim-lspconfig",