summaryrefslogtreecommitdiffstats
path: root/vim/neobundle.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vim/neobundle.toml')
-rw-r--r--vim/neobundle.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml
index 68f7c87..c7aea3a 100644
--- a/vim/neobundle.toml
+++ b/vim/neobundle.toml
@@ -118,3 +118,13 @@ repository = 'junegunn/vim-easy-align'
lazy = 1
on_cmd = ['EasyAlign', 'LiveEasyAlign']
on_map = '<Plug>(EasyAlign)'
+
+[[plugins]]
+repository = 'kana/vim-operator-user'
+lazy = 1
+on_source = 'vim-operator-surround'
+
+[[plugins]]
+repository = 'rhysd/vim-operator-surround'
+lazy = 1
+on_map = ['n', '<Plug>']