enc: update patch plugins

This commit is contained in:
Pojok Code 2024-08-25 14:57:20 +07:00
parent 245f1b7abb
commit 4894f180e6
2 changed files with 8 additions and 12 deletions

View file

@ -46,7 +46,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 = false
pcode.disable_null_ls = true
pcode.treesitter_ensure_installed = {}
pcode.tscontext = false
@ -157,7 +157,7 @@ pcode.database = false
pcode.rest_client = false
-- https://github.com/mfussenegger/nvim-dap
pcode.nvim_dap = true -- not support for windows os (auto config mason-nvim-dap)
pcode.nvim_dap = false -- not support for windows os (auto config mason-nvim-dap)
-- conefig special support test & dap
pcode.active_rust_config = false