nim-lang / NimLime

The official Nim programming language plugin for Sublime Text
MIT License
132 stars 34 forks source link

Nimsuggest doesn't appear to have been setup correctly. #141

Closed Nindaleth closed 5 years ago

Nindaleth commented 5 years ago

The Nim: Setup Nimsuggest. command fails with: sexp.nim(53, 25) Error: expected: '=', but got: '['

Environment:

Full output

``` error: Nimsuggest doesn't appear to have been setup correctly. Please look at the output of the debug console (ctrl+`) for more information. Hint: used config file '/home/black_fox/.choosenim/toolchains/nim-0.19.4/config/nim.cfg' [Conf] Hint: used config file '/tmp/tmphtisr6/nimsuggest/nimsuggest.nim.cfg' [Conf] Hint: system [Processing] Hint: nimsuggest [Processing] Hint: tables [Processing] Hint: hashes [Processing] Hint: strutils [Processing] Hint: parseutils [Processing] Hint: math [Processing] Hint: bitops [Processing] Hint: algorithm [Processing] Hint: unicode [Processing] Hint: parseopt2 [Processing] Hint: os [Processing] Hint: times [Processing] Hint: options [Processing] Hint: typetraits [Processing] Hint: strformat [Processing] Hint: macros [Processing] Hint: posix [Processing] Hint: ospaths [Processing] nimsuggest.nim(11, 16) Warning: Use the 'parseopt' module instead; parseopt2 is deprecated [Deprecated] Hint: sequtils [Processing] Hint: net [Processing] Hint: nativesockets [Processing] Hint: sets [Processing] Hint: rdstdin [Processing] Hint: linenoise [Processing] Hint: termios [Processing] Hint: sexp [Processing] Hint: lexbase [Processing] Hint: streams [Processing] sexp.nim(53, 25) Error: expected: '=', but got: '[' ```

Varriount commented 5 years ago

Please switch to the new release. Nimsuggest isn't supported at all anymore.