master - refix disable tab when using copilot

This commit is contained in:
huyjaky
2025-07-27 23:58:09 +07:00
parent 827a408378
commit f0c5a8f756
9 changed files with 147 additions and 140 deletions

View File

@@ -27,7 +27,7 @@ return {
jedi_language_server = {
init_options = {
completion = {
disableSnippets = false,
disableSnippets = true,
},
diagnostics = {
enable = true,
@@ -40,6 +40,9 @@ return {
"sklearn",
},
},
workspace = {
environmentPath = "/home/duckq1u/miniconda3/envs/OCR3/bin/python"
}
},
},