vim-plug vimrc needs "call" appended (#2256)

This commit is contained in:
Geremia 2024-05-27 20:41:12 -07:00 committed by GitHub
parent 3f83d44a6c
commit 8ceda8b121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = '<Tab>'
plug#end()
call plug#end()
```
### 🥡 [Vundle.vim](https://github.com/VundleVim/Vundle.vim)