You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #10, where neocomplete will process file specified by dictionary at load time, causing a 3-4 second delay per buffer when lexical#init() is called.
Then, global load will have a single delay when starting vim. Buffer-specific calls to lexical#init() will no longer delay.
The text was updated successfully, but these errors were encountered:
Related to #10, where neocomplete will process file specified by dictionary at load time, causing a 3-4 second delay per buffer when lexical#init() is called.
Then, global load will have a single delay when starting vim. Buffer-specific calls to lexical#init() will no longer delay.
The text was updated successfully, but these errors were encountered: