mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fixed a typo
This commit is contained in:
parent
e12fc47f74
commit
d677e76391
1 changed files with 6 additions and 1 deletions
|
|
@ -48,6 +48,12 @@ return {
|
||||||
{
|
{
|
||||||
"mfussenegger/nvim-lint",
|
"mfussenegger/nvim-lint",
|
||||||
optional = true,
|
optional = true,
|
||||||
|
dependencies = {
|
||||||
|
"williamboman/mason.nvim",
|
||||||
|
opts = { ensure_installed = {
|
||||||
|
"phpcs",
|
||||||
|
} },
|
||||||
|
},
|
||||||
opts = {
|
opts = {
|
||||||
linters_by_ft = {
|
linters_by_ft = {
|
||||||
php = { "phpcs" },
|
php = { "phpcs" },
|
||||||
|
|
@ -59,7 +65,6 @@ return {
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
opts = { ensure_installed = {
|
opts = { ensure_installed = {
|
||||||
"phpcs",
|
|
||||||
"php-cs-fixer",
|
"php-cs-fixer",
|
||||||
} },
|
} },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue