JuliaEditorSupport / julia-vim

Vim support for Julia.
http://julialang.org/
Other
753 stars 94 forks source link

Laggy when working with medium-large files #199

Closed hanjo-kim closed 4 years ago

hanjo-kim commented 4 years ago

I'm on Windows Terminal running Powershell Core with Vim version 8.2.

Unfortunately, sometimes, when there is a large amount of text in one screen, it seems to become super laggy. I have posted a gif as a reference. If you look at the first line, I try typing and can see that it is very jumpy. Sorry in advance for poor quality.

I believe the issue is syntax highlighting because when I turn off the syntax, it no longer becomes an issue. I also think this may have to do with julia-vim package because this doesn't happen with Latex syntax highlighting.

It may also seem like a Windows specific problem since I talked to other people on Julia discourse and they use tmux+linux but don't seem to have an issue?

Would you happen to have any ideas? Thanks.

hanjo-kim commented 4 years ago

I think the issue is with vim itself on windows. I ended up switching to neovim and the lag seems to be gone. Will close issue.