rollback: config with conform

This commit is contained in:
asep.komarudin 2024-06-24 08:03:25 +07:00
parent 33fe8d43df
commit 22fef75144
6 changed files with 11 additions and 111 deletions

View file

@ -51,6 +51,8 @@ if pcode.active_php_config then
table.insert(pcode.treesitter_ensure_installed, ts)
end
table.insert(pcode.mason_ensure_installed, "intelephense")
table.insert(pcode.null_ls_ensure_installed, "phpcbf")
table.insert(pcode.null_ls_ensure_installed, "phpcs")
end
-- run if golang config true
if pcode.active_golang_config then
@ -59,6 +61,8 @@ if pcode.active_golang_config then
table.insert(pcode.treesitter_ensure_installed, ts)
end
table.insert(pcode.mason_ensure_installed, "gopls")
table.insert(pcode.null_ls_ensure_installed, "ast_grep")
table.insert(pcode.null_ls_ensure_installed, "gofumpt")
end
-- run if python config true
if pcode.active_python_config then