Skip to content

Commit 3cb4086

Browse files
authored
Merge pull request #185 from namestarlit/master
doc (README): modify installation instructions for VIM 8+
2 parents 5d11a25 + 9802bf0 commit 3cb4086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
Or with [Packer](https://github.com/wbthomason/packer.nvim): add `use 'wakatime/vim-wakatime'` to your plugins file.
2121

22-
Or with [Vim 8+](https://www.vim.org/): `mkdir -p ~/.vim/pack/plugins/start && ~/.vim/pack/plugins/start && git clone https://github.com/wakatime/vim-wakatime.git`
22+
Or with [Vim 8+](https://www.vim.org/): `mkdir -p ~/.vim/pack/plugins/start && cd ~/.vim/pack/plugins/start && git clone https://github.com/wakatime/vim-wakatime.git`
2323

2424
Or with [Lazy.nvim](https://github.com/folke/lazy.nvim.git): add to your plugins file.
2525
```lua

0 commit comments

Comments
 (0)