From 8b7d61e5413a7b04f01f317320f48ce67a74a46f Mon Sep 17 00:00:00 2001 From: yushyin Date: Sat, 22 Sep 2018 17:41:35 +0200 Subject: Dein: Use inline tables for on_map --- vim/dein.toml | 6 ++---- 1 file 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 = '' +on_map = {i = ''} [[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 = '' +on_map = {n = ''} [[plugins]] repo = 'kana/vim-textobj-user' -- cgit v1.2.3-24-g4f1b