mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
remove duplicate lsp config
This commit is contained in:
parent
d2749f48eb
commit
b2e2b94344
3 changed files with 7 additions and 142 deletions
|
@ -169,10 +169,10 @@ pcode.active_javascript_config = {
|
|||
}
|
||||
pcode.active_php_config = false
|
||||
pcode.active_golang_config = false
|
||||
pcode.active_python_config = true
|
||||
pcode.active_python_config = false
|
||||
pcode.active_cpp_config = false
|
||||
pcode.active_java_config = {
|
||||
active = false,
|
||||
active = true,
|
||||
project = "gradle", -- gradle or maven
|
||||
use_nvim_jdtls = true, -- mfussenegger/nvim-jdtls
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue