textadept-nim
textadept-nim copied to clipboard
Super slow when opening Nim files
Using latest textadept and textadept-nim, when I try to open a nim file, it takes a long time to load.
4kb file = 15 seconds 12kb file = 40 seconds
Also, once file is loaded, completion also is super slow.
It is probably a nimsuggest issue. The plugin checks currently open file at startup synchronously, so it waits until nimsuggest will respond. As far as I know the textadept API does not allow async autocompletion.