diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2023-11-30 10:04:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 04:04:27 -0500 |
commit | afafc9ab194be254467b4cc8be049fc33fe27b14 (patch) | |
tree | 25d63ca95b7e69e479acf33427d17a66defde627 | |
parent | 14cf319dbd63ef4bedf9cf219c3732c568718996 (diff) |
README.md: update install section formatting (#523)
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -39,18 +39,17 @@ Neovim's configurations are located under the following paths, depending on your Clone kickstart.nvim: -# on Linux and Mac +- on Linux and Mac ```sh git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ``` - -# on Windows (cmd) +- on Windows (cmd) ``` git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ ``` -# on Windows (powershell) +- on Windows (powershell) ``` git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ ``` |