@@ -24,7 +24,7 @@ If you are experiencing issues, please make sure you have the latest versions.
2424External 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
5858You likely want to remove ` lazy-lock.json ` from your fork's ` .gitignore ` file
5959too - 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
9494```
9595
9696That'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
9999Read through the ` init.lua ` file in your configuration folder for more
100100information 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**:
167167winget 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
171171open a new one so that choco path is set, and run in cmd as ** admin** :
172172```
173173choco install -y neovim git ripgrep wget fd unzip gzip mingw make
0 commit comments