Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Dec 30, 2023
1 parent 84377a9 commit c2b7371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/nvim.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data
## Config
1. Download the config files
```powershell
Invoke-WebRequest https://vmsetup.pistonite.org/dl-nvim-config.ps1 -OutFile dl-nvim-config.py
Invoke-WebRequest https://vmsetup.pistonite.org/dl-nvim-config.py -OutFile dl-nvim-config.py
python dl-nvim-config.py
Remove-Item dl-nvim-config.py
```
Expand Down

0 comments on commit c2b7371

Please sign in to comment.