|
|
@ -21,7 +21,7 @@ If you are experiencing issues, please make sure you have the latest versions.
|
|
|
|
|
|
|
|
|
|
|
|
### Install External Dependencies
|
|
|
|
### Install External Dependencies
|
|
|
|
|
|
|
|
|
|
|
|
> **NOTE**
|
|
|
|
> **NOTE**
|
|
|
|
> [Backup](#FAQ) your previous configuration (if any exists)
|
|
|
|
> [Backup](#FAQ) your previous configuration (if any exists)
|
|
|
|
|
|
|
|
|
|
|
|
External Requirements:
|
|
|
|
External Requirements:
|
|
|
@ -60,13 +60,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO
|
|
|
|
If you're using `cmd.exe`:
|
|
|
|
If you're using `cmd.exe`:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
|
|
|
|
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
If you're using `powershell.exe`
|
|
|
|
If you're using `powershell.exe`
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
|
|
|
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
</details>
|
|
|
@ -87,9 +87,7 @@ information about extending and exploring Neovim.
|
|
|
|
|
|
|
|
|
|
|
|
### Getting Started
|
|
|
|
### Getting Started
|
|
|
|
|
|
|
|
|
|
|
|
See [Effective Neovim: Instant IDE](https://youtu.be/stqUbv-5u2s), covering the
|
|
|
|
[The Only Video You Need to Get Started with Neovim](https://youtu.be/m8C0Cq9Uv9o)
|
|
|
|
previous version. Note: The install via init.lua is outdated, please follow the
|
|
|
|
|
|
|
|
install instructions in this file instead. An updated video is coming soon.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Recommended Steps
|
|
|
|
### Recommended Steps
|
|
|
|
|
|
|
|
|
|
|
@ -97,7 +95,7 @@ install instructions in this file instead. An updated video is coming soon.
|
|
|
|
(so that you have your own copy that you can modify) and then installing you
|
|
|
|
(so that you have your own copy that you can modify) and then installing you
|
|
|
|
can install to your machine using the methods above.
|
|
|
|
can install to your machine using the methods above.
|
|
|
|
|
|
|
|
|
|
|
|
> **NOTE**
|
|
|
|
> **NOTE**
|
|
|
|
> Your fork's url will be something like this: `https://github.com/<your_github_username>/kickstart.nvim.git`
|
|
|
|
> Your fork's url will be something like this: `https://github.com/<your_github_username>/kickstart.nvim.git`
|
|
|
|
|
|
|
|
|
|
|
|
#### Examples of adding popularly requested plugins
|
|
|
|
#### Examples of adding popularly requested plugins
|
|
|
@ -214,5 +212,3 @@ choco install -y neovim git ripgrep wget fd unzip gzip mingw make
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Then continue with the [Install Kickstart](#Install-Kickstart) step.
|
|
|
|
Then continue with the [Install Kickstart](#Install-Kickstart) step.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|