nvim: Add php to linters
This commit is contained in:
parent
4291fa2450
commit
d52f93d43c
@ -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 })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user