Skip to content

Commit e4715d4

Browse files
add playlist link
1 parent 2caada8 commit e4715d4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Neovim from scratch
22

3+
Each video will be associated with a branch so checkout the one you are interested in, you can follow along with this [playlist](https://www.youtube.com/watch?v=ctH-a-1eUME&list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ).
4+
35
## Try out this config
46

57
Make sure to remove or move your current `nvim` directory
@@ -13,9 +15,6 @@ Run `nvim` and wait for the plugins to be installed
1315

1416
**NOTE** (You will notice treesitter pulling in a bunch of parsers the next time you open Neovim)
1517

16-
17-
each video will be associated with a branch so checkout the one you are interested in
18-
1918
## Get healthy
2019

2120
Open `nvim` and enter the following:
@@ -59,7 +58,7 @@ Next we need to install python support (node is optional)
5958
```
6059
---
6160

62-
**NOTE** make sure you have [node](https://nodejs.org/en/) installed, I recommend a node manager like [fnm](https://github.com/Schniz/fnm)
61+
**NOTE** make sure you have [node](https://nodejs.org/en/) installed, I recommend a node manager like [fnm](https://github.com/Schniz/fnm).
6362

6463
> The computing scientist's main challenge is not to get confused by the complexities of his own making.
6564

0 commit comments

Comments
 (0)