From f5efb20b4c820121d29814fec8f7296ffc9913ae Mon Sep 17 00:00:00 2001 From: yushyin Date: Sun, 27 Nov 2016 12:56:12 +0100 Subject: Vim: Replace tabular with vim-easy-align --- vim/neobundle.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'vim/neobundle.toml') diff --git a/vim/neobundle.toml b/vim/neobundle.toml index 7bb13a2..623b872 100644 --- a/vim/neobundle.toml +++ b/vim/neobundle.toml @@ -60,11 +60,6 @@ on_path = '\.ldg$' repository = 'tpope/vim-fugitive' lazy = 0 -[[plugins]] -repository = 'godlygeek/tabular' -lazy = 1 -on_cmd = 'Tabularize' - [[plugins]] repository = 'majutsushi/tagbar' lazy = 1 @@ -129,3 +124,9 @@ repository = 'MarcWeber/vim-addon-local-vimrc' [[plugins]] repository = 'Shougo/vinarise.vim' on_cmd = 'Vinarise' + +[[plugins]] +repository = 'junegunn/vim-easy-align' +lazy = 1 +on_cmd = ['EasyAlign', 'LiveEasyAlign'] +on_map = '(EasyAlign)' -- cgit v1.2.3-24-g4f1b