diff --git a/clients/vim/README.md b/clients/vim/README.md index 7a6985ef3..f8aaf6b12 100644 --- a/clients/vim/README.md +++ b/clients/vim/README.md @@ -47,14 +47,14 @@ You can install Tabby plugin using your favorite plugin manager. Here are some e filetype plugin on " Section for plugins managed by vim-plug -plug#begin() +call plug#begin() " Tabby plugin Plug 'TabbyML/vim-tabby' " Add config here. Example config: let g:tabby_keybinding_accept = '' -plug#end() +call plug#end() ``` ### 🥡 [Vundle.vim](https://github.com/VundleVim/Vundle.vim)