Changing Completion Engines
This commit is contained in:
@@ -26,9 +26,15 @@
|
|||||||
"rootPatterns": ["build.zig"]
|
"rootPatterns": ["build.zig"]
|
||||||
},
|
},
|
||||||
"nim": {
|
"nim": {
|
||||||
"command": "nim_langserver",
|
"command": "nimlangserver",
|
||||||
"filetypes": ["nim"],
|
"filetypes": ["nim"],
|
||||||
"rootPatterns": ["*.nimble", "*.nim"]
|
"rootPatterns": ["*.nimble", "*.nim"],
|
||||||
|
"trace.server": "verbose",
|
||||||
|
"settings": {
|
||||||
|
"nim": {
|
||||||
|
"nimsuggestPath": "${pkgs.nim}/bin/nimsuggest"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"vlang": {
|
"vlang": {
|
||||||
"command": "vls",
|
"command": "vls",
|
||||||
|
|||||||
Reference in New Issue
Block a user