diff options
| author | Pedro Santayana <me@pedrosantayana.dev> | 2023-10-07 22:34:24 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-07 22:34:24 -0300 |
| commit | d27d0e0516344ce58b8b64b559ece0d4dc28981e (patch) | |
| tree | 81912e6286406c6030f1d2ad71671709e63fe188 /nvim | |
| parent | 754dbc5dc17c5899a3643789524ae78a58a29d8b (diff) | |
| download | dots-d27d0e0516344ce58b8b64b559ece0d4dc28981e.tar.gz | |
docs: fix misstype on README.md
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 4d27756..433a51d 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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: |