mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-08 16:48:02 -08:00
add lunarvim config
This commit is contained in:
88
lvim/lsp-settings/jedi_language_server.json
Normal file
88
lvim/lsp-settings/jedi_language_server.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"initializationOptions": {
|
||||
"codeAction": {
|
||||
"nameExtractVariable": "jls_extract_var",
|
||||
"nameExtractFunction": "jls_extract_def"
|
||||
},
|
||||
"completion": {
|
||||
"disableSnippets": false,
|
||||
"resolveEagerly": false,
|
||||
"ignorePatterns": []
|
||||
},
|
||||
"diagnostics": {
|
||||
"enable": true,
|
||||
"didOpen": true,
|
||||
"didChange": true,
|
||||
"didSave": true
|
||||
},
|
||||
"hover": {
|
||||
"enable": true,
|
||||
"disable": {
|
||||
"class": {
|
||||
"all": false,
|
||||
"names": [],
|
||||
"fullNames": []
|
||||
},
|
||||
"function": {
|
||||
"all": false,
|
||||
"names": [],
|
||||
"fullNames": []
|
||||
},
|
||||
"instance": {
|
||||
"all": false,
|
||||
"names": [],
|
||||
"fullNames": []
|
||||
},
|
||||
"keyword": {
|
||||
"all": false,
|
||||
"names": [],
|
||||
"fullNames": []
|
||||
},
|
||||
"module": {
|
||||
"all": false,
|
||||
"names": [],
|
||||
"fullNames": []
|
||||
},
|
||||
"param": {
|
||||
"all": false,
|
||||
"names": [],
|
||||
"fullNames": []
|
||||
},
|
||||
"path": {
|
||||
"all": false,
|
||||
"names": [],
|
||||
"fullNames": []
|
||||
},
|
||||
"property": {
|
||||
"all": false,
|
||||
"names": [],
|
||||
"fullNames": []
|
||||
},
|
||||
"statement": {
|
||||
"all": false,
|
||||
"names": [],
|
||||
"fullNames": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"jediSettings": {
|
||||
"autoImportModules": [],
|
||||
"caseInsensitiveCompletion": true,
|
||||
"debug": false
|
||||
},
|
||||
"markupKindPreferred": "markdown",
|
||||
"workspace": {
|
||||
"extraPaths": [],
|
||||
"symbols": {
|
||||
"ignoreFolders": [
|
||||
".nox",
|
||||
".tox",
|
||||
".venv",
|
||||
"__pycache__",
|
||||
"venv"
|
||||
],
|
||||
"maxSymbols": 20
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
5
lvim/lsp-settings/pyright.json
Normal file
5
lvim/lsp-settings/pyright.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"python.venvPath": "./env",
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"python.analysis.useLibraryCodeForTypes": true
|
||||
}
|
||||
Reference in New Issue
Block a user