mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-12 18:34:27 +02:00
add: php default linter config
This commit is contained in:
parent
ef95246d88
commit
10dfd41f44
5 changed files with 41 additions and 8 deletions
|
@ -156,11 +156,11 @@ pcode.active_javascript_config = {
|
|||
jest_command = "npm test -- ",
|
||||
jest_config = "jest.config.mjs",
|
||||
}
|
||||
pcode.active_php_config = false
|
||||
pcode.active_php_config = true
|
||||
pcode.active_golang_config = false
|
||||
pcode.active_python_config = false
|
||||
pcode.active_cpp_config = false
|
||||
pcode.active_java_config = {
|
||||
active = true,
|
||||
active = false,
|
||||
project = "gradle", -- gradle or maven
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue