nvim: Add php to linters

This commit is contained in:
Václav Uruba 2025-10-08 20:19:14 +02:00
parent 4291fa2450
commit d52f93d43c
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -8,6 +8,7 @@ return {
javascript = { "eslint_d" },
svelte = { "eslint_d" },
python = { "pylint" },
php = { "phpcs" },
}
local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })