mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-25 09:40:57 +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
|
||||
|
||||
```sh
|
||||
curl -fLo ~/.vim/plugin/NERD_commenter.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/scrooloose/nerdcommenter/master/plugin/NERD_commenter.vim
|
||||
git clone https://github.com/scrooloose/nerdcommenter.git ~/.vim/plugin
|
||||
```
|
||||
|
||||
###### Windows (PowerShell)
|
||||
|
@ -63,8 +62,7 @@ $uri = 'https://raw.githubusercontent.com/scrooloose/nerdcommenter/master/plugin
|
|||
#### Neovim
|
||||
|
||||
```sh
|
||||
curl -fLo ~/.config/nvim/plugin/NERD_commenter.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/scrooloose/nerdcommenter/master/plugin/NERD_commenter.vim
|
||||
git clone https://github.com/scrooloose/nerdcommenter.git ~/.config/nvim/plugin
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user