I had to remove the plugin anyway because the semantic highlighting was terribly slow.
If you ever try the plugin again, can you try adding this to your init.vim?
let g:nim_highlight_wait = v:true
The main thing it does is to only update highlighting after you've done typing/exit insertion mode, which should help with the percieved slowness.