vim-ruby
vim-ruby copied to clipboard
very slow while saving and starting
My problem is that my vim(mvim) is very slow on jRuby project. When it starts and save changes it takes 4-5s. My vim.out with times: https://gist.github.com/34245174d9ea72904fb1c16890440a43 When I want to edit other files everything is OK. I read the issue: https://github.com/vim-ruby/vim-ruby/issues/33 but it didn't help me. My tools: -rbenv -vim 7.4 -jRuby 9.0.5.0 Installed plugins: https://gist.github.com/mPanasiewicz/92695f830723cb4d844b0fef6e6c9c6e My .vimrc piece of code: https://gist.github.com/39612973ff09b5224621265aa6a9e046 Plz help me. I don't want to change vim because of one project but this delay is very annoying. Thank you for help!!!!
I would expect an initial startup delay at worst, but regardless I'm guessing let g:ruby_path = []
would work around it.
I have got sth like this: https://gist.github.com/39612973ff09b5224621265aa6a9e046 @tpope it didn't change anything
That sounds like maybe vim-ruby might not be the core problem.
Syntastic was causing the slow down for me. I've switched it to the passive mode and the problem was gone. Now I have to figure out how to make Syntastic use MRI Ruby rather than JRuby...
Without let g:ruby_path = []
, opening a ruby file on an NFS mount is horribly slow…