mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 00:08:06 +00:00
vim-plug vimrc needs "call" appended (#2256)
This commit is contained in:
parent
3f83d44a6c
commit
8ceda8b121
4
clients/vim/README.md
vendored
4
clients/vim/README.md
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user