> alaviss/nim colorizes and indents ok, searching of definitions (with gd > shortcut) works too. And all my proc are folded by default at startup (i > think its alaviss default behaviour ?)
Personnaly, I added `setlocal foldlevel 99` to $HOME/.config/nvim/plugged/nim.nvim/ftplugin/nim.vim right after `setlocal foldmethod=indent`. My fold start open and I can still close them with `zc`, `zC`, `za` etc..
