We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e8d6b commit 56bf635Copy full SHA for 56bf635
README.md
@@ -81,13 +81,13 @@ git clone https://github.com/kilo-loco/kickstart.nvim.git "${XDG_CONFIG_HOME:-$H
81
If you're using `cmd.exe`:
82
83
```
84
-git clone https://github.com/kilo-loco/kickstart.nvim.git %localappdata%\nvim\
+git clone https://github.com/kilo-loco/kickstart.nvim.git "%localappdata%\nvim"
85
86
87
If you're using `powershell.exe`
88
89
90
-git clone https://github.com/kilo-loco/kickstart.nvim.git $env:LOCALAPPDATA\nvim\
+git clone https://github.com/kilo-loco/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
91
92
93
</details>
0 commit comments