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