Skip to content

Commit

Permalink
Fix PowerShell instruction for Neovim
Browse files Browse the repository at this point in the history
Close #976
  • Loading branch information
junegunn committed Jun 8, 2020
1 parent 6583b99 commit 01aab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ curl -fLo ~/.var/app/io.neovim.nvim/data/nvim/site/autoload/plug.vim \
###### Windows (PowerShell)

```powershell
md ~\AppData\Local\nvim\autoload
md ~\AppData\Local\nvim-data\site\autoload
$uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
(New-Object Net.WebClient).DownloadFile(
$uri,
Expand Down

1 comment on commit 01aab60

@grak0s
Copy link

@grak0s grak0s commented on 01aab60 Jul 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No me funciono con md ~\AppData\Local\nvim-data\site\autoload

si funciono con md ~\AppData\Local\nvim\autoload

Please sign in to comment.