Skip to content

Commit 9439f66

Browse files
feketegyandreacanton
authored andcommitted
Fix README.md grammar and typos (nvim-lua#1291)
1 parent 7f38267 commit 9439f66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you are experiencing issues, please make sure you have the latest versions.
2424
External Requirements:
2525
- Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`)
2626
- [ripgrep](https://github.com/BurntSushi/ripgrep#installation)
27-
- Clipboard tool (xclip/xsel/win32yank or other depending on platform)
27+
- Clipboard tool (xclip/xsel/win32yank or other depending on the platform)
2828
- A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons
2929
- if you have it set `vim.g.have_nerd_font` in `init.lua` to true
3030
- Language Setup:
@@ -57,7 +57,7 @@ fork to your machine using one of the commands below, depending on your OS.
5757

5858
You likely want to remove `lazy-lock.json` from your fork's `.gitignore` file
5959
too - it's ignored in the kickstart repo to make maintenance easier, but it's
60-
[recommmended to track it in version control](https://lazy.folke.io/usage/lockfile).
60+
[recommended to track it in version control](https://lazy.folke.io/usage/lockfile).
6161

6262
#### Clone kickstart.nvim
6363

@@ -94,7 +94,7 @@ nvim
9494
```
9595

9696
That's it! Lazy will install all the plugins you have. Use `:Lazy` to view
97-
current plugin status. Hit `q` to close the window.
97+
the current plugin status. Hit `q` to close the window.
9898

9999
Read through the `init.lua` file in your configuration folder for more
100100
information about extending and exploring Neovim. That also includes
@@ -107,9 +107,9 @@ examples of adding popularly requested plugins.
107107

108108
### FAQ
109109

110-
* What should I do if I already have a pre-existing neovim configuration?
110+
* What should I do if I already have a pre-existing Neovim configuration?
111111
* You should back it up and then delete all associated files.
112-
* This includes your existing init.lua and the neovim files in `~/.local`
112+
* This includes your existing init.lua and the Neovim files in `~/.local`
113113
which can be deleted with `rm -rf ~/.local/share/nvim/`
114114
* Can I keep my existing configuration in parallel to kickstart?
115115
* Yes! You can use [NVIM_APPNAME](https://neovim.io/doc/user/starting.html#%24NVIM_APPNAME)`=nvim-NAME`
@@ -167,7 +167,7 @@ run in cmd as **admin**:
167167
winget install --accept-source-agreements chocolatey.chocolatey
168168
```
169169

170-
2. install all requirements using choco, exit previous cmd and
170+
2. install all requirements using choco, exit the previous cmd and
171171
open a new one so that choco path is set, and run in cmd as **admin**:
172172
```
173173
choco install -y neovim git ripgrep wget fd unzip gzip mingw make

0 commit comments

Comments
 (0)