mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: default rust analizer config
This commit is contained in:
parent
b2404fbb67
commit
22202bc11b
4 changed files with 41 additions and 11 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue