diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-28 00:59:43 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-28 00:59:43 +0800 |
| commit | fcfada7a8955f7856e592da05c673fa5bf7ef27d (patch) | |
| tree | 0964546e6c07b5984c7f4ebe31f0a5e8c0a783ee /lua/plugins.lua | |
| parent | abc40fc42f9999bf603e5eff3f492c25d6f23ab0 (diff) | |
Move vimSum to opt
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 8cd552c..e0fcf4e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -279,7 +279,7 @@ require("packer").startup({ use({"tpope/vim-obsession", event = 'VimEnter'}) -- Calculate statistics for visual selection - use("wgurecky/vimSum") + use({"wgurecky/vimSum", event = "BufEnter"}) if vim.g.is_linux then use({"ojroques/vim-oscyank", event = 'VimEnter'}) |
