summaryrefslogtreecommitdiffstats
path: root/vim/neobundle.toml
diff options
context:
space:
mode:
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)'