Skip to content

Commit 3d18b9c

Browse files
authored
Update README.md
1 parent 22ddeac commit 3d18b9c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ A vim plugin for adding smart/easy terminal integration in Vanilla Vim (*in vims
77
But it works like a charm in vim :)
88

99
## Installation Instruction
10-
- Install vim plug or your preferred plugin manager to install the plugin.
10+
Install vim plug or your preferred plugin manager to install the plugin.
1111
If using vim-plug
1212
```vim
13-
call plug#begin('~/.vim/plugged')
14-
... (your other plugins)
15-
Plug 'Debajyati/turboterm.vim', { 'tag': 'v0.1.0'}
16-
call plug#end()
13+
Plug 'Debajyati/turboterm.vim', { 'branch': 'vim-8.0' }
1714
```
1815
Save the .vimrc file. Restart Vim.
1916

0 commit comments

Comments
 (0)