From 03ae895e9e9818533501d428ba7743173c9d6e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20BENO=C3=8ET?= Date: Sun, 18 Jun 2023 11:37:54 +0200 Subject: [PATCH] dein-ui plugin - Set up key maps when the plugin is loaded --- cfg/20-plugins.vim | 4 ---- plugins/dein-ui.vim.cfg.vim | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 plugins/dein-ui.vim.cfg.vim diff --git a/cfg/20-plugins.vim b/cfg/20-plugins.vim index d1b231c..9d1740b 100644 --- a/cfg/20-plugins.vim +++ b/cfg/20-plugins.vim @@ -1,6 +1,2 @@ " Force Dein to check the loaded plugins and install them call CheckDeinInstall( ) - -" Add key mappings for updates and installation -nnoremap Pu :DeinUpdate -nnoremap Pi :call CheckDeinInstall() diff --git a/plugins/dein-ui.vim.cfg.vim b/plugins/dein-ui.vim.cfg.vim new file mode 100644 index 0000000..6b34899 --- /dev/null +++ b/plugins/dein-ui.vim.cfg.vim @@ -0,0 +1,3 @@ +" Add key mappings for updates and installation +nnoremap Pu :DeinUpdate +nnoremap Pi :call CheckDeinInstall()