From d597dbb2918c99f87b7c1bee63f437c35a44d3e9 Mon Sep 17 00:00:00 2001 From: Geremia Date: Mon, 27 May 2024 20:26:08 -0700 Subject: [PATCH] vim-plug vimrc needs "call" appended --- 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 7a6985ef3639..f8aaf6b126ba 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)