diff options
| -rw-r--r-- | core/plugins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index adc9de5..9f54b24 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -291,6 +291,9 @@ endif " Session management plugin Plug 'tpope/vim-obsession' + +" Calculate statistics for visual selection +Plug 'wgurecky/vimSum' call plug#end() "}} "} |
