diff options
| author | Erik <erik.rivas8@gmail.com> | 2023-08-19 13:38:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-19 13:38:31 +0200 |
| commit | dafd778afb0a44f445089a606040df55c926e69d (patch) | |
| tree | 7f7cbf14bbaedd5d4c4318c16491fdebd9638db6 | |
| parent | a0f53da339e14691f41f35388f34b0c059089475 (diff) | |
| download | dots-dafd778afb0a44f445089a606040df55c926e69d.tar.gz | |
Fix typo in README.md
| -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 ef59760..4a312bc 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -36,7 +36,7 @@ Distribution Alternatives: `~/.config/nvim` (MacOS) `%userprofile%\AppData\Local\nvim\` (Windows) -* run: `git clone https://github.com/nvim-lua/kickstart.nvim.git ~/.config/nvim` OR: `gh repo clone nvim-lua/kickstart.nvim` +* Run: `git clone https://github.com/nvim-lua/kickstart.nvim.git ~/.config/nvim` OR: `gh repo clone nvim-lua/kickstart.nvim` * Run Neovim (from terminal or shortcut) and allow lazy.nvim to download files and set up the basics. * Once the setup is complete, restart Neovim. * **You're ready to go!** |