Just installed latest devel from git to check my editor 
[https://github.com/ngtk3/NEd/blob/master/nim.cfg](https://github.com/ngtk3/NEd/blob/master/nim.cfg)

Added
    
    
    cat nim.cfg
    path:"$projectdir"

to my project directory.

Compiles fine, but launching the program consumes more than 2 G of memory.

Tried
    
    
    nimsuggest --stdin ned.nim

That also consumes all of my free memory, had to press Ctrl-C to abort. (A test 
with a tiny nim file without imports still works.)

I have installed nimsuggest with nimble
    
    
    nimble install nimsuggest

May that be the problem?

[https://github.com/nim-lang/nimsuggest](https://github.com/nim-lang/nimsuggest)
 indeed suggests manually cloning. Does that make a difference? 

Reply via email to