aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-22 21:26:18 +0800
committerjdhao <jdhao@hotmail.com>2021-10-22 21:26:18 +0800
commitd421ed2703d82912ec44e112161e967f938ea674 (patch)
tree588a1d5565300a112aa3fd35665dabcf3cc8cca0 /lua
parent8986ace1b2a11986ff3863714c150cc606dd5c6c (diff)
remove some plugins
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index ad1e333..85d1c54 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -299,9 +299,6 @@ require("packer").startup({
-- Session management plugin
use({"tpope/vim-obsession", cmd = 'Obsession'})
- -- Calculate statistics for visual selection
- use({"wgurecky/vimSum", event = "BufEnter"})
-
if vim.g.is_linux then
use({"ojroques/vim-oscyank", cmd = {'OSCYank', 'OSCYankReg'}})
end