mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/lang/php.lua: add phpstan to mason.
This commit is contained in:
parent
71b3445c42
commit
419a78db76
1 changed files with 7 additions and 0 deletions
|
|
@ -127,6 +127,13 @@ return {
|
|||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
"mason-org/mason.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
ensure_installed = { 'phpstan' },
|
||||
},
|
||||
},
|
||||
-- LSP
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue