We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ddeac commit 3d18b9cCopy full SHA for 3d18b9c
README.md
@@ -7,13 +7,10 @@ A vim plugin for adding smart/easy terminal integration in Vanilla Vim (*in vims
7
But it works like a charm in vim :)
8
9
## Installation Instruction
10
-- Install vim plug or your preferred plugin manager to install the plugin.
+Install vim plug or your preferred plugin manager to install the plugin.
11
If using vim-plug
12
```vim
13
-call plug#begin('~/.vim/plugged')
14
-... (your other plugins)
15
-Plug 'Debajyati/turboterm.vim', { 'tag': 'v0.1.0'}
16
-call plug#end()
+Plug 'Debajyati/turboterm.vim', { 'branch': 'vim-8.0' }
17
```
18
Save the .vimrc file. Restart Vim.
19
0 commit comments