mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 02:38:45 +02:00
enc: default config for php developer
This commit is contained in:
parent
0d0de22c7b
commit
32cf770bbd
4 changed files with 49 additions and 17 deletions
|
@ -167,8 +167,8 @@ pcode.active_javascript_config = {
|
|||
jest_command = "npm test -- ",
|
||||
jest_config = "jest.config.mjs",
|
||||
}
|
||||
pcode.active_php_config = false
|
||||
pcode.active_golang_config = true
|
||||
pcode.active_php_config = true
|
||||
pcode.active_golang_config = false
|
||||
pcode.active_python_config = false
|
||||
pcode.active_cpp_config = false
|
||||
pcode.active_java_config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue