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",
|
||||
optional = true,
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
opts = { ensure_installed = {
|
||||
"phpcs",
|
||||
} },
|
||||
},
|
||||
opts = {
|
||||
linters_by_ft = {
|
||||
php = { "phpcs" },
|
||||
|
|
@ -59,7 +65,6 @@ return {
|
|||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
opts = { ensure_installed = {
|
||||
"phpcs",
|
||||
"php-cs-fixer",
|
||||
} },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue