summaryrefslogtreecommitdiffstats
path: root/vim/neobundle.toml
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2016-11-27 12:56:12 +0100
committeryushyin <yushyin@saga>2016-11-27 12:56:12 +0100
commitf5efb20b4c820121d29814fec8f7296ffc9913ae (patch)
tree647f2bf94d5ae0cd33aee78125f995b3088e253e /vim/neobundle.toml
parentcfc47552f356e07c52728f8c71014bee5c5216c5 (diff)
downloaddotfiles-f5efb20b4c820121d29814fec8f7296ffc9913ae.tar.gz
dotfiles-f5efb20b4c820121d29814fec8f7296ffc9913ae.tar.xz
Vim: Replace tabular with vim-easy-align
Diffstat (limited to 'vim/neobundle.toml')
-rw-r--r--vim/neobundle.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml
index 7bb13a2..623b872 100644
--- a/vim/neobundle.toml
+++ b/vim/neobundle.toml
@@ -61,11 +61,6 @@ repository = 'tpope/vim-fugitive'
lazy = 0
[[plugins]]
-repository = 'godlygeek/tabular'
-lazy = 1
-on_cmd = 'Tabularize'
-
-[[plugins]]
repository = 'majutsushi/tagbar'
lazy = 1
augroup = 'TagbarSession'
@@ -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 = '<Plug>(EasyAlign)'