mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
enc: add default config golang
This commit is contained in:
parent
abb9a69a87
commit
178c969312
6 changed files with 161 additions and 192 deletions
|
@ -149,13 +149,10 @@ 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_python = false
|
||||
pcode.nvim_dap_go = false
|
||||
|
||||
-- https://github.com/nvim-neotest/neotest-python
|
||||
-- https://docs.pytest.org/en/7.1.x/getting-started.html
|
||||
pcode.pytest = false
|
||||
-- https://github.com/fredrikaverpil/neotest-golang
|
||||
pcode.gotest = false
|
||||
|
||||
pcode.active_rust_config = false
|
||||
pcode.active_javascript_config = {
|
||||
|
@ -163,4 +160,5 @@ pcode.active_javascript_config = {
|
|||
jest_command = "npm test -- ",
|
||||
jest_config = "jest.config.mjs",
|
||||
}
|
||||
pcode.active_php_config = true
|
||||
pcode.active_php_config = false
|
||||
pcode.active_golang_config = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue