diff options
| author | Pavel 'PK' Kaminsky <kaminsky.pavel@gmail.com> | 2023-05-30 11:04:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-30 11:04:01 +0300 |
| commit | 680cbcfa353885c9c02cfc6f829ab6891a3bb10d (patch) | |
| tree | ab97deeace7bcedf002ad285b2a2467be019e1fd /nvim | |
| parent | eee8cf08766fa7550ebf2cffadb13abb912347e5 (diff) | |
| download | dots-680cbcfa353885c9c02cfc6f829ab6891a3bb10d.tar.gz | |
Update README.md
fix(docs): whoops missed another instance of `nvim-data`
Diffstat (limited to 'nvim')
| -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 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 |