diff --git a/coc-settings.json b/coc-settings.json index 93221ed..0e891f7 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -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",