diff options
| author | jdhao <jdhao@hotmail.com> | 2020-12-09 23:22:48 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-12-09 23:22:48 +0800 |
| commit | 9ff833e1ef7a25f816c829929e40ab096d825eda (patch) | |
| tree | 8ec586b5f13ab314702276692ef50726bd25a91f | |
| parent | b65846a454166fd2fe814427b082a1dc9dba9ad8 (diff) | |
add plugin vimSum
| -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() "}} "} |
