From 1e934844e94acfcba419f2f02d3b75ed50f763c3 Mon Sep 17 00:00:00 2001 From: yushyin Date: Sun, 27 Nov 2016 14:30:33 +0100 Subject: Vim: Add vim-operator-surround plugin --- vim/neobundle.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vim/neobundle.toml') 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 = '(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', ''] -- cgit v1.2.3-24-g4f1b