summaryrefslogtreecommitdiffstats
path: root/nvim/README.md
diff options
context:
space:
mode:
authorChris Patti <feoh@feoh.org>2023-05-21 22:13:02 -0400
committerGitHub <noreply@github.com>2023-05-21 22:13:02 -0400
commit9a75f9f300fac39845c97f6ff19da5adaec3fbf5 (patch)
tree2a70cbbdf91cd73719a1f1a015885aa8e71010ca /nvim/README.md
parent2c5bd673e9a9bc0015fb46007917142505dab1ae (diff)
downloaddots-9a75f9f300fac39845c97f6ff19da5adaec3fbf5.tar.gz
Update README.md
Fix for #314 - there's no -data at the end of the nvim dir.
Diffstat (limited to 'nvim/README.md')
-rw-r--r--nvim/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md
index ef119d2..9bab48d 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -32,7 +32,7 @@ Distribution Alternatives:
* From a terminal cd/dir to:
`~/.config/nvim` (Linux)
`~/.config/nvim` (MacOS)
- `%userprofile%\AppData\Local\nvim-data\` (Windows)
+ `%userprofile%\AppData\Local\nvim\` (Windows)
* run: `git clone https://github.com/nvim-lua/kickstart.nvim.git ~/.config/nvim` OR: gh repo clone nvim-lua/kickstart.nvim
* Run neovim (from terminal or shortcut) and allow the kickstart process to download files and set up the basics.