add: dap config for other language

This commit is contained in:
asep.komarudin 2024-06-27 11:38:10 +07:00
parent cf21e5a91a
commit fe8e5296f9
4 changed files with 50 additions and 10 deletions

View file

@ -45,7 +45,7 @@ pcode.format_timeout_ms = 5000
-- https://github.com/mfussenegger/nvim-lint
-- https://github.com/stevearc/conform.nvim
-- use conform and nvim-lint if set true
pcode.disable_null_ls = true
pcode.disable_null_ls = false
pcode.treesitter_ensure_installed = {}
pcode.tscontext = false
@ -158,7 +158,7 @@ pcode.database = false
pcode.rest_client = true
-- https://github.com/mfussenegger/nvim-dap
pcode.nvim_dap = false -- not support for windows os (auto config mason-nvim-dap)
pcode.nvim_dap = true -- not support for windows os (auto config mason-nvim-dap)
-- conefig special support test & dap
pcode.active_rust_config = false