summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/dein.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/vim/dein.toml b/vim/dein.toml
index 774b974..6ddebb3 100644
--- a/vim/dein.toml
+++ b/vim/dein.toml
@@ -79,8 +79,7 @@ on_cmd = 'Gina'
[[plugins]]
repo = 'Shougo/neosnippet.vim'
lazy = 1
- [plugins.on_map]
- i = '<Plug>'
+on_map = {i = '<Plug>'}
[[plugins]]
repo = 'Shougo/neosnippet-snippets'
@@ -101,8 +100,7 @@ on_source = 'vim-operator-surround'
[[plugins]]
repo = 'rhysd/vim-operator-surround'
lazy = 1
- [plugins.on_map]
- n = '<Plug>'
+on_map = {n = '<Plug>'}
[[plugins]]
repo = 'kana/vim-textobj-user'