mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: prettier to default js formatter
This commit is contained in:
parent
29a0e20f56
commit
618b816d52
3 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue