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