From 1e613cef53946f3dc9b7c64dfd28bf8ca9bf81d0 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Tue, 9 Sep 2025 14:26:52 -0400 Subject: [PATCH] Changing Completion Engines --- coc-settings.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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",