diff --git a/bundles-init/vim-which-key.load.vim b/bundles-init/vim-which-key.load.vim deleted file mode 100644 index 76c5d62..0000000 --- a/bundles-init/vim-which-key.load.vim +++ /dev/null @@ -1 +0,0 @@ -NeoBundle 'tseeker/vim-which-key' diff --git a/plugins/vim-which-key.load.vim b/plugins/vim-which-key.load.vim new file mode 100644 index 0000000..b2dca45 --- /dev/null +++ b/plugins/vim-which-key.load.vim @@ -0,0 +1,4 @@ +call dein#add('liuchengxu/vim-which-key', #{ + \ lazy: 1, + \ on_map: #{ n: '' }, + \ }) diff --git a/bundles-init/vim-which-key.cfg.vim b/plugins/vim-which-key.post.vim similarity index 100% rename from bundles-init/vim-which-key.cfg.vim rename to plugins/vim-which-key.post.vim