From 8ceda8b121198b3f8b6f4e9cfce6b20ffeafcdb5 Mon Sep 17 00:00:00 2001 From: Geremia Date: Mon, 27 May 2024 20:41:12 -0700 Subject: [PATCH] vim-plug vimrc needs "call" appended (#2256) --- clients/vim/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)