Update vimrc.bundles
Fixed typo
This commit is contained in:
parent
8c8409e394
commit
248fb06332
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ end
|
|||
|
||||
" Shim command and function to allow migration from Vundle to vim-plug.
|
||||
function! VundleToPlug(vundle_command, arg, ...)
|
||||
echom "You are using Vundle's `".a:vundle_command."` command to declare plugins. Dotfiles now uses vim-plug for plugin mangagement. Please rename uses of `".a:vundle_command."` to `Plug`. Plugin was '".a:arg."'."
|
||||
echom "You are using Vundle's `".a:vundle_command."` command to declare plugins. Dotfiles now uses vim-plug for plugin management. Please rename uses of `".a:vundle_command."` to `Plug`. Plugin was '".a:arg."'."
|
||||
let vim_plug_options = {}
|
||||
|
||||
if a:0 > 0
|
||||
|
|
Loading…
Add table
Reference in a new issue