t9md / atom-quick-highlight

Highlight text quickly
https://atom.io/packages/quick-highlight
MIT License
32 stars 7 forks source link

lazy-eval command class to reduce total amount of startup time of vmp #18

Closed t9md closed 7 years ago

t9md commented 7 years ago

Depends: t9md/atom-vim-mode-plus#758

Command classes are lazy-evaluated on demand via getClass. This reduce total amount time spent in consumeVim which is called on activation-phase-of-vmp.