mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-22 04:47:34 +08:00
Fixup manual install instructions to be complete
Closes #506 Co-authored-by: Yuri Schaeffer <yuri@schaeffer.tk>
This commit is contained in:
parent
f575c18d05
commit
98cc4a2d64
|
@ -68,10 +68,12 @@ git clone https://github.com/preservim/nerdcommenter.git
|
||||||
(For Neovim, change `~/.vim/` to `~/.config/nvim/`.)
|
(For Neovim, change `~/.vim/` to `~/.config/nvim/`.)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fLo ~/.vim/plugin/NERD_Commenter.vim --create-dirs \
|
curl -fLo ~/.vim/plugin/nerdcommenter.vim --create-dirs \
|
||||||
https://raw.githubusercontent.com/preservim/nerdcommenter/master/plugin/nerdcommenter.vim
|
https://raw.githubusercontent.com/preservim/nerdcommenter/master/plugin/nerdcommenter.vim
|
||||||
curl -fLo ~/.vim/doc/NERD_Commenter.txt --create-dirs \
|
curl -fLo ~/.vim/doc/nerdcommenter.txt --create-dirs \
|
||||||
https://raw.githubusercontent.com/preservim/nerdcommenter/master/doc/nerdcommenter.txt
|
https://raw.githubusercontent.com/preservim/nerdcommenter/master/doc/nerdcommenter.txt
|
||||||
|
curl -fLo ~/.vim/autoload/nerdcommenter.vim --create-dirs \
|
||||||
|
https://raw.githubusercontent.com/preservim/nerdcommenter/master/autoload/nerdcommenter.vim
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user