mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: default config php
This commit is contained in:
parent
2165fb1c63
commit
abb9a69a87
6 changed files with 126 additions and 125 deletions
|
@ -148,13 +148,9 @@ 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_javascript = false
|
||||
pcode.nvim_dap_php = false
|
||||
pcode.nvim_dap_python = false
|
||||
pcode.nvim_dap_go = false
|
||||
|
||||
-- https://github.com/olimorris/neotest-phpunit
|
||||
pcode.phpunit = false
|
||||
-- https://github.com/nvim-neotest/neotest-python
|
||||
-- https://docs.pytest.org/en/7.1.x/getting-started.html
|
||||
pcode.pytest = false
|
||||
|
@ -163,7 +159,8 @@ pcode.gotest = false
|
|||
|
||||
pcode.active_rust_config = false
|
||||
pcode.active_javascript_config = {
|
||||
status = true,
|
||||
status = false,
|
||||
jest_command = "npm test -- ",
|
||||
jest_config = "jest.config.mjs",
|
||||
}
|
||||
pcode.active_php_config = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue