From d3bafd083c3d782aaad2c2e1048036ac43fd1ed9 Mon Sep 17 00:00:00 2001 From: matt <55467261+mattwyd@users.noreply.github.com> Date: Wed, 29 Nov 2023 19:34:43 -0500 Subject: Update README.md (#520) --- nvim/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nvim/README.md') diff --git a/nvim/README.md b/nvim/README.md index e3a0ff4..a8ba582 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -40,19 +40,19 @@ Neovim's configurations are located under the following paths, depending on your Clone kickstart.nvim: -```sh # on Linux and Mac +```sh git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ``` -``` # on Windows (cmd) +``` git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ ``` -``` # on Windows (powershell) +``` git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ ``` -- cgit v1.2.3