summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2018-09-22 17:41:35 +0200
committeryushyin <yushyin@saga>2018-09-22 17:41:35 +0200
commit8b7d61e5413a7b04f01f317320f48ce67a74a46f (patch)
tree33295eee1fc95c7a05583c294b5b65c75fca9ed2
parent883aee9bae5522d221ea5ae768fe02046deff2c0 (diff)
downloaddotfiles-8b7d61e5413a7b04f01f317320f48ce67a74a46f.tar.gz
dotfiles-8b7d61e5413a7b04f01f317320f48ce67a74a46f.tar.xz
Dein: Use inline tables for on_map
-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'