jvortmann / vim-files

Vim can rock even more
20 stars 7 forks source link

Activate framework specific shortcuts only when necessary #7

Closed jvortmann closed 9 years ago

jvortmann commented 10 years ago

Activate framework specific shortcuts only when the framework is being used:

Check: https://github.com/opennota/dotfiles/blob/master/.vimrc#L464-L488

jvortmann commented 9 years ago

It is more related to performance and can be achieve by using on of the vim-plug lazy-loading features.