fixed a typo

This commit is contained in:
muneebusmani 2024-06-09 19:30:41 +05:00
parent e12fc47f74
commit d677e76391

View file

@ -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",
} },
},