Update .config/nvim/lua/plugins/mason.lua
This commit is contained in:
parent
d692e45c68
commit
1c9404afab
1 changed files with 2 additions and 0 deletions
|
@ -10,10 +10,12 @@ return {
|
||||||
-- data/conf
|
-- data/conf
|
||||||
"yamllint",
|
"yamllint",
|
||||||
|
|
||||||
|
{{ if not .isServer -}}
|
||||||
-- php
|
-- php
|
||||||
"blade-formatter",
|
"blade-formatter",
|
||||||
"pint",
|
"pint",
|
||||||
"rustywind",
|
"rustywind",
|
||||||
|
{{ end -}}
|
||||||
|
|
||||||
-- shell
|
-- shell
|
||||||
"shellcheck",
|
"shellcheck",
|
||||||
|
|
Loading…
Reference in a new issue