summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel 'PK' Kaminsky <kaminsky.pavel@gmail.com>2023-05-30 11:04:01 +0300
committerGitHub <noreply@github.com>2023-05-30 11:04:01 +0300
commit680cbcfa353885c9c02cfc6f829ab6891a3bb10d (patch)
treeab97deeace7bcedf002ad285b2a2467be019e1fd
parenteee8cf08766fa7550ebf2cffadb13abb912347e5 (diff)
downloaddots-680cbcfa353885c9c02cfc6f829ab6891a3bb10d.tar.gz
Update README.md
fix(docs): whoops missed another instance of `nvim-data`
-rw-r--r--nvim/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md
index e4a841e..64f386c 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)
- `%userprofile%\AppData\Local\nvim-data\` (Windows)
+ `%userprofile%\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