exvim / main

This is the main repository for exVim!
exvim.github.io
MIT License
739 stars 169 forks source link

Maybe there is a better plugin manager. #114

Closed kaiwk closed 5 years ago

kaiwk commented 8 years ago

Fews days ago, I found vim-plug, and it can lazy-load vim plugins which make vim opened quicker.

jwu commented 8 years ago

i will try that later

DaSea commented 8 years ago

I have test, it's ok, but need modify some setting! @Kermit95 you can see me .vimrc.vimplug

jwu commented 8 years ago

@DaSea can you provide a link?

DaSea commented 8 years ago

vimrc: https://github.com/DaSea/vimrc/blob/master/.vimrc main modify: from 167 to 229 line!

.vimrc.vimplug: https://github.com/DaSea/vimrc/blob/master/.vimrc.vimplug because vim-plug's feauture, autoload function can't identify before load all plugin, so I add init function for some plugin!