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 | 5747dd2db3abe56dbf44a296f25d76ac819d9a5f (patch) | |
| tree | 892e5782da6fc2603387373ea2ef282002b3a671 /nvim | |
| parent | d3bafd083c3d782aaad2c2e1048036ac43fd1ed9 (diff) | |
| download | dots-5747dd2db3abe56dbf44a296f25d76ac819d9a5f.tar.gz | |
README.md: update install section formatting (#523)
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/nvim/README.md b/nvim/README.md index a8ba582..505da91 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -40,18 +40,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\ ``` |