From d27d0e0516344ce58b8b64b559ece0d4dc28981e Mon Sep 17 00:00:00 2001 From: Pedro Santayana Date: Sat, 7 Oct 2023 22:34:24 -0300 Subject: docs: fix misstype on README.md --- nvim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3