-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slow start in neovim #176
Labels
Comments
Firstly, you don't have to set Currently, I don't know how to speed up the startup.
This may help. |
I have set these values to speedup pythonx.vim |
Yggdroot
added a commit
that referenced
this issue
Jun 26, 2018
move much code to autoload only load python module when LeaderF's command is executed.
Fixed. |
By profiler |
Thanks. Could you confirm whether the fix can reduce the startup time please? |
Yeah, the startup time reduce significantly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vim --version
ornvim --version
::echo has("python")
: 1:echo has("python3")
: 1:echo &pythondll
(only vim, not neovim)::echo &pythonthreedll
(only vim, not neovim)::py print(sys.version)
::py3 print(sys.version)
: 3.6.5 (default, May 11 2018, 04:00:52) [GCC 8.1.0]Describe your question, feature request, or bug.
In neovim, startup takes around 140ms, while in vim only around 40ms.
Any way to speedup the startup process?
The text was updated successfully, but these errors were encountered: