Changing Completion Engines

This commit is contained in:
2025-09-09 14:26:52 -04:00
parent 709a1bdda6
commit 1e613cef53

View File

@@ -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",