Use Nim 32 bit version instead 64 bit version and use 32 bit C compiler toolchains.
Nimble package by its nature just a library and it depends on the library itself how to behave when it's compiled to different architecture. * * * As for editor, you can opt to VS code which easier to setup. You can use Vim too with this plugin, [https://github.com/zah/nim.vim](https://github.com/zah/nim.vim) . In both cases, you need to put nimsuggest, nimble, and nim executable in your path.
