Anyone here that has set up nim-mode in emacs (with nimsuggest and company) has issues with it being too aggressive? Even with no input it will always suggest something, no matter how company-mode is set up.
I have company-mode set up for python, rust, and don't have this issue in them.
Here's the setup for nim.
(setq nim-nimsuggest-path "c:/Nim/bin/nimsuggest.exe")
(add-to-list 'company-backends
'(company-nim :with company-nim-builtin))
(add-hook 'nim-mode-hook 'company-mode)
(Sorry if this is not the place for such questions, but some some small details like indenting etc. are preventing me from using Aporia)
I am using emacs, too, but I am not yet really productive with it yet. Too much hassle to set it up and configuring everything.
But yes I do too have the issue, that it tries to complete something when it shouldn't. For examle I just completed a line, and then at the end when I want to put a newline, the autocompletion starts, and conpletes starts and the return key actually puts the completion (in my case the $ procedure)
But I think the right place to discuss this is to create an issue here