Skip to content

Commit

Permalink
vim-plug vimrc needs "call" appended (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geremia authored May 28, 2024
1 parent 3f83d44 commit 8ceda8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/vim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ceda8b

Please sign in to comment.