Skip to content

Commit bd738ba

Browse files
gitressaAndrew M. Farrell
authored and
Andrew M. Farrell
committed
Move video up on the README.md page (nvim-lua#563)
To help new users get started, how about moving the video link ("Effective Neovim: Instant IDE ") right after "Post Installation"? This way new users, can install it, and right away proceed to learn how to use it.
1 parent 0be3fcf commit bd738ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ If you would prefer to hide this step and run the plugin sync from the command l
7272
nvim --headless "+Lazy! sync" +qa
7373
```
7474

75+
### Introduction
76+
77+
To get started, see [Effective Neovim: Instant IDE](https://youtu.be/stqUbv-5u2s), covering the 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.
78+
7579
### Recommended Steps
7680

7781
[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo (so that you have your own copy that you can modify) and then installing you can install to your machine using the methods above.
@@ -164,9 +168,6 @@ Each PR, especially those which increase the line count, should have a descripti
164168
When you run Neovim using `nvim-kickstart` alias it will use the alternative config directory and the matching local directory `~/.local/share/nvim-kickstart`. You can apply this approach to any Neovim distribution that you would like to try out.
165169
* What if I want to "uninstall" this configuration:
166170
* See [lazy.nvim uninstall](https://github.com/folke/lazy.nvim#-uninstalling) information
167-
* Are there any cool videos about this plugin?
168-
* Current iteration of kickstart (coming soon)
169-
* Here is one about the previous iteration of kickstart: [video introduction to Kickstart.nvim](https://youtu.be/stqUbv-5u2s). Note the install via init.lua no longer works as specified. Please follow the install instructions in this file instead as they're up to date.
170171
* Why is the kickstart `init.lua` a single file? Wouldn't it make sense to split it into multiple files?
171172
* The main purpose of kickstart is to serve as a teaching tool and a reference
172173
configuration that someone can easily `git clone` as a basis for their own.

0 commit comments

Comments
 (0)