projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc08d3
)
vim-ale: add mkdir
author
AJ ONeal
<aj@therootcompany.com>
Mon, 22 Mar 2021 18:53:28 +0000
(18:53 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Wed, 24 Mar 2021 17:51:50 +0000
(17:51 +0000)
vim-ale/README.md
patch
|
blob
|
history
diff --git
a/vim-ale/README.md
b/vim-ale/README.md
index a4b226d4a98d3ff284174920d439e6e233a849e7..45e4657275a49f0eb60dd86c99e762193caba907 100644
(file)
--- a/
vim-ale/README.md
+++ b/
vim-ale/README.md
@@
-20,6
+20,7
@@
This installer includes a few reasonable defaults.
### How to install and configure manually
```bash
+mkdir -p ~/.vim/pack/plugins/start/
git clone --depth=1 https://github.com/dense-analysis/ale.git ~/.vim/pack/plugins/start/ale
```