diff options
author | Chris Patti <feoh@feoh.org> | 2023-05-21 22:13:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 22:13:02 -0400 |
commit | 8a647f4384eb7d38259474db042b9e5291b6f6b5 (patch) | |
tree | b83cd86369246fb1a5bc5070072552eb6983bf1b | |
parent | 4d7e4b8a1dad90a6790334fd68ee2ad46c04bce4 (diff) |
Update README.md
Fix for #314 - there's no -data at the end of the nvim dir.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |