Skip to content

Commit

Permalink
docs: apply plugin to vim by Vundle.vim (TabbyML#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
godsarmy authored May 28, 2024
1 parent 8f64753 commit 867e50a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions clients/vim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,23 @@ let g:tabby_keybinding_accept = '<Tab>'
plug#end()
```

### 🥡 [Vundle.vim](https://github.com/VundleVim/Vundle.vim)

```vim
--- Example ~/.vim configuration
filetype plugin on
" Section for plugins managed vundle.vim
call vundle#begin()
" Tabby plugin
Plugin 'TabbyML/vim-tabby'
" Add config here. Example config:
let g:tabby_keybinding_accept = '<Tab>'
call vundle#end()
```

### 📦 [Packer.nvim](https://github.com/wbthomason/packer.nvim)

```lua
Expand Down

0 comments on commit 867e50a

Please sign in to comment.