summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorChiller Dragon <chillerdragon@gmail.com>2024-03-04 21:47:11 +0800
committerGitHub <noreply@github.com>2024-03-04 08:47:11 -0500
commit825244c2c4bf4e18535cbd9c32ca64ed825a3eab (patch)
tree643e91c98534933a5c0c63a2cdd35aab8a87182f /nvim
parent13b2b92dc9d70d7e030a456329dad401d3d7feb5 (diff)
downloaddots-825244c2c4bf4e18535cbd9c32ca64ed825a3eab.tar.gz
chore: remove trailing spaces from readme (#679)
Diffstat (limited to 'nvim')
-rw-r--r--nvim/README.md23
1 files changed, 8 insertions, 15 deletions
diff --git a/nvim/README.md b/nvim/README.md
index 5af6aca..82eeceb 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -1,13 +1,11 @@
-# kickstart-modular.nvim
+# kickstart.nvim
## Introduction
-*This is a fork of [nvim-lua/kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) that moves from a single file to a multi file configuration.*
-
A starting point for Neovim that is:
* Small
-* Modular
+* Single-file
* Completely Documented
**NOT** a Neovim distribution, but instead a starting point for your configuration.
@@ -23,7 +21,7 @@ If you are experiencing issues, please make sure you have the latest versions.
### Install External Dependencies
-> **NOTE**
+> **NOTE**
> [Backup](#FAQ) your previous configuration (if any exists)
External Requirements:
@@ -52,7 +50,7 @@ Clone kickstart.nvim:
<details><summary> Linux and Mac </summary>
```sh
-git clone https://github.com/dam9000/kickstart-modular.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
+git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
</details>
@@ -62,13 +60,13 @@ git clone https://github.com/dam9000/kickstart-modular.nvim.git "${XDG_CONFIG_HO
If you're using `cmd.exe`:
```
-git clone https://github.com/dam9000/kickstart-modular.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`
```
-git clone https://github.com/dam9000/kickstart-modular.nvim.git $env:USERPROFILE\AppData\Local\nvim\
+git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
```
</details>
@@ -99,8 +97,8 @@ 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
can install to your machine using the methods above.
-> **NOTE**
-> Your fork's url will be something like this: `https://github.com/<your_github_username>/kickstart-modular.nvim.git`
+> **NOTE**
+> Your fork's url will be something like this: `https://github.com/<your_github_username>/kickstart.nvim.git`
#### Examples of adding popularly requested plugins
@@ -181,9 +179,6 @@ return {
into smaller parts. A fork of kickstart that does this while maintaining the exact
same functionality is available here:
* [kickstart-modular.nvim](https://github.com/dam9000/kickstart-modular.nvim)
- * *NOTE: This is the fork that splits the configuration into smaller parts.*
- The original repo with the single `init.lua` file is available here:
- * [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim)
* Discussions on this topic can be found here:
* [Restructure the configuration](https://github.com/nvim-lua/kickstart.nvim/issues/218)
* [Reorganize init.lua into a multi-file setup](https://github.com/nvim-lua/kickstart.nvim/pull/473)
@@ -219,5 +214,3 @@ choco install -y neovim git ripgrep wget fd unzip gzip mingw make
```
Then continue with the [Install Kickstart](#Install-Kickstart) step.
-
-