mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 11:18:53 +02:00
enc: config default golang
This commit is contained in:
parent
a7ae61e8af
commit
0d0de22c7b
4 changed files with 46 additions and 12 deletions
|
@ -168,9 +168,9 @@ pcode.active_javascript_config = {
|
|||
jest_config = "jest.config.mjs",
|
||||
}
|
||||
pcode.active_php_config = false
|
||||
pcode.active_golang_config = false
|
||||
pcode.active_golang_config = true
|
||||
pcode.active_python_config = false
|
||||
pcode.active_cpp_config = true
|
||||
pcode.active_cpp_config = false
|
||||
pcode.active_java_config = {
|
||||
active = true,
|
||||
project = "gradle", -- gradle or maven
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue