add: default rust analizer config

This commit is contained in:
asep.komarudin 2024-06-29 13:31:00 +07:00
parent b2404fbb67
commit 22202bc11b
4 changed files with 41 additions and 11 deletions

View file

@ -161,9 +161,9 @@ pcode.rest_client = true
pcode.nvim_dap = true -- not support for windows os (auto config mason-nvim-dap)
-- conefig special support test & dap
pcode.active_rust_config = false
pcode.active_rust_config = true
pcode.active_javascript_config = {
active = true,
active = false,
jest_command = "npm test -- ",
jest_config = "jest.config.mjs",
}