diff options
| author | Chris Patti <feoh@feoh.org> | 2023-10-10 11:30:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-10 11:30:54 -0400 |
| commit | 9fe8b20f0373311ed8e75fea56995d2899de5abb (patch) | |
| tree | d5a963fc90a525718080c7d1681fecd2f770ef78 | |
| parent | 53e925240f57788138135a29c138aeecdcb5afd5 (diff) | |
| parent | c27b05467a80a36a2be757a84384ffba86221094 (diff) | |
Merge pull request #458 from pedrosantayana/master
Simple misstype fix on README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ Neovim's configurations are located under the following paths, depending on your | OS | PATH | | :- | :--- | | Linux | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` | -| MacOS | `$XDG_CONFIG_HOME/nvim`, '~/.config/nvim` | +| MacOS | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` | | Windows | `%userprofile%\AppData\Local\nvim\` | Clone kickstart.nvim: |
