mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-21 23:29:16 +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/`.)
|
||||
|
||||
```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
|
||||
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
|
||||
curl -fLo ~/.vim/autoload/nerdcommenter.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/preservim/nerdcommenter/master/autoload/nerdcommenter.vim
|
||||
```
|
||||
</details>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user