We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f575c18 commit 98cc4a2Copy full SHA for 98cc4a2
README.md
@@ -68,10 +68,12 @@ git clone https://github.com/preservim/nerdcommenter.git
68
(For Neovim, change `~/.vim/` to `~/.config/nvim/`.)
69
70
```sh
71
-curl -fLo ~/.vim/plugin/NERD_Commenter.vim --create-dirs \
+curl -fLo ~/.vim/plugin/nerdcommenter.vim --create-dirs \
72
https://raw.githubusercontent.com/preservim/nerdcommenter/master/plugin/nerdcommenter.vim
73
-curl -fLo ~/.vim/doc/NERD_Commenter.txt --create-dirs \
+curl -fLo ~/.vim/doc/nerdcommenter.txt --create-dirs \
74
https://raw.githubusercontent.com/preservim/nerdcommenter/master/doc/nerdcommenter.txt
75
+curl -fLo ~/.vim/autoload/nerdcommenter.vim --create-dirs \
76
+ https://raw.githubusercontent.com/preservim/nerdcommenter/master/autoload/nerdcommenter.vim
77
```
78
</details>
79
0 commit comments