add: prettier to default js formatter

This commit is contained in:
asep.komarudin 2024-06-24 17:04:13 +07:00
parent 29a0e20f56
commit 618b816d52
3 changed files with 8 additions and 7 deletions

View file

@ -152,11 +152,11 @@ pcode.nvim_dap = false -- not support for windows os (auto config mason-nvim-dap
-- conefig special support test & dap
pcode.active_rust_config = false
pcode.active_javascript_config = {
status = false,
active = true,
jest_command = "npm test -- ",
jest_config = "jest.config.mjs",
}
pcode.active_php_config = true
pcode.active_php_config = false
pcode.active_golang_config = false
pcode.active_python_config = false
pcode.active_cpp_config = false