feat(nvim): add PHP diagnostics to null-ls
This commit is contained in:
parent
2b2bf4f277
commit
37b3f4b51b
1 changed files with 5 additions and 0 deletions
|
@ -11,7 +11,12 @@ null_ls.setup {
|
||||||
sources = {
|
sources = {
|
||||||
formatting.prettier,
|
formatting.prettier,
|
||||||
formatting.stylua,
|
formatting.stylua,
|
||||||
|
|
||||||
diagnostics.eslint,
|
diagnostics.eslint,
|
||||||
|
diagnostics.php,
|
||||||
|
diagnostics.phpcs,
|
||||||
|
diagnostics.phpstan,
|
||||||
|
|
||||||
completion.spell,
|
completion.spell,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue