zah / nim.vim

Nim language plugin for vim
MIT License
212 stars 57 forks source link

`nim idetools` no longer works for GotoDefinition_nim #62

Open c-blake opened 7 years ago

c-blake commented 7 years ago

https://github.com/nim-lang/Nim/commit/9e6fb3f696b2d28f900506b531a916457b4a263c removed support for the nim idetools subcommand that your GotoDefinition_nim requires. Maybe there is some nimsuggest alternative?

WonkySpecs commented 2 years ago

I ran into this issue as well, and got an alternative using nimfind working here. I'm not sure how portable it is (first time I've worked with vimscript) but might be worth a try for anyone with this issue.