mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-29 04:10:17 +08:00
include entire repository in manual install
This commit is contained in:
parent
0cbbcb5674
commit
1158546091
|
@ -48,8 +48,7 @@ See **|filetype-plugin-on|** for details, but basically, stick this in your vimr
|
||||||
###### Unix
|
###### Unix
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fLo ~/.vim/plugin/NERD_commenter.vim --create-dirs \
|
git clone https://github.com/scrooloose/nerdcommenter.git ~/.vim/plugin
|
||||||
https://raw.githubusercontent.com/scrooloose/nerdcommenter/master/plugin/NERD_commenter.vim
|
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Windows (PowerShell)
|
###### Windows (PowerShell)
|
||||||
|
@ -63,8 +62,7 @@ $uri = 'https://raw.githubusercontent.com/scrooloose/nerdcommenter/master/plugin
|
||||||
#### Neovim
|
#### Neovim
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fLo ~/.config/nvim/plugin/NERD_commenter.vim --create-dirs \
|
git clone https://github.com/scrooloose/nerdcommenter.git ~/.config/nvim/plugin
|
||||||
https://raw.githubusercontent.com/scrooloose/nerdcommenter/master/plugin/NERD_commenter.vim
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user