diff options
| author | Pavel 'PK' Kaminsky <kaminsky.pavel@gmail.com> | 2023-05-29 23:35:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 23:35:45 +0300 |
| commit | eee8cf08766fa7550ebf2cffadb13abb912347e5 (patch) | |
| tree | bc239ed6182a4e563648fcbc6b8b878cd082fed0 /nvim/README.md | |
| parent | 28b2dd17d8c723cdede6fec6e79434048b87c62f (diff) | |
| download | dots-eee8cf08766fa7550ebf2cffadb13abb912347e5.tar.gz | |
fix(docs): update windows path to a correct folder
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index 265c2be..e4a841e 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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 `%userprofile%\AppData\Local\nvim-data\` (Windows) +* Clone the kickstart repo into `$HOME/.config/nvim/` (Linux/Mac) or `%userprofile%\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: |