added none-ls (null-ls)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
local null_ls = require("null-ls")
|
||||
|
||||
null_ls.setup({
|
||||
sources = {
|
||||
null_ls.builtins.formatting.phpcbf.with({
|
||||
command = "phpcbf", -- or full path if not in PATH
|
||||
extra_args = { "--standard=PSR12" },
|
||||
}),
|
||||
},
|
||||
on_attach = on_attach,
|
||||
})
|
||||
Reference in New Issue
Block a user