Skip to content

Commit 60adb42

Browse files
author
Adam Ochonicki
committed
recursively copy the directory to ~/.vim/plugin/
1 parent 40333fe commit 60adb42

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
@@ -32,7 +32,7 @@ Bundle 'git://github.com/miripiruni/CSScomb-for-Vim.git'
3232
### Manual without plugins manager
3333
```
3434
git clone https://github.com/miripiruni/CSScomb-for-Vim.git csscomb
35-
cp csscomb/plugin/* ~/.vim/plugin/
35+
cp -r csscomb/plugin/* ~/.vim/plugin/
3636
```
3737

3838
## Usage

0 commit comments

Comments
 (0)