summaryrefslogtreecommitdiffstats
path: root/vim/dein.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vim/dein.toml')
-rw-r--r--vim/dein.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/vim/dein.toml b/vim/dein.toml
index 6ad98d7..774b974 100644
--- a/vim/dein.toml
+++ b/vim/dein.toml
@@ -103,3 +103,18 @@ repo = 'rhysd/vim-operator-surround'
lazy = 1
[plugins.on_map]
n = '<Plug>'
+
+[[plugins]]
+repo = 'kana/vim-textobj-user'
+
+[[plugins]]
+repo = 'thinca/vim-textobj-between'
+lazy = 1
+on_map = { xo = '<Plug>' }
+depends = ['vim-textobj-user']
+
+[[plugins]]
+repo = 'kana/vim-textobj-indent'
+lazy = 1
+on_map = { xo = '<Plug>' }
+depends = ['vim-textobj-user']