summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authornPHYN1T3 <38122105+nPHYN1T3@users.noreply.github.com>2023-04-25 10:21:31 -0600
committerGitHub <noreply@github.com>2023-04-25 10:21:31 -0600
commit6b1dd0d923c9ed3ffd96ec26928664629b916f3c (patch)
tree8aad444a2904562baa668d42fe123f859285c2b3 /nvim
parent988489c214a339744620062f99a284d3acea0e74 (diff)
downloaddots-6b1dd0d923c9ed3ffd96ec26928664629b916f3c.tar.gz
Should fix the win paths
I fear adding bits like "Your paths may differ, these are just for reference." but the core behind the kickstart is getting "noobs" past big hurdles fast. This however means things need to be super spoon fed or basic things like not understanding relative paths and such might end up right where things started...ambiguous to some user instructions because they don't understand they need to know certain things because this is supposed to help them bypass knowing that for now...and the snake eats its tail. :)
Diffstat (limited to 'nvim')
-rw-r--r--nvim/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/README.md b/nvim/README.md
index dd4f70c..81a9e0a 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -25,7 +25,7 @@ Distribution Alternatives:
* Extract the archive to:
`~/.config/nvim` (Linux)
`~/.config/nvim` (MacOS)
- `~/AppData/Local/nvim/` (Windows)
+ `C:\User\YourName\AppData\Local\nvim\` (Windows)
* Ensure your extraction method did not extract with a parent folder. For example in ~/.config/nvim you should have init.lua not another folder called kickstart.nvim.
### GIT Clone Installation
@@ -40,7 +40,7 @@ Distribution Alternatives:
* **You're ready to go!**
* (Recommended/Optional) Fork this repo (so that you have your own copy that you can modify).
-* Clone the kickstart repo into `$HOME/.config/nvim/` (Linux/Mac) or `~/AppData/Local/nvim/` (Windows)
+* Clone the kickstart repo into `$HOME/.config/nvim/` (Linux/Mac) or `C:\User\YourName\AppData\Local\nvim\` (Windows)
* If you don't want to include it as a git repo, you can just clone it and then move the files to this location
Additional system requirements: