You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Neovim from scratch
2
2
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
+
3
5
## Try out this config
4
6
5
7
Make sure to remove or move your current `nvim` directory
@@ -13,9 +15,6 @@ Run `nvim` and wait for the plugins to be installed
13
15
14
16
**NOTE** (You will notice treesitter pulling in a bunch of parsers the next time you open Neovim)
15
17
16
-
17
-
each video will be associated with a branch so checkout the one you are interested in
18
-
19
18
## Get healthy
20
19
21
20
Open `nvim` and enter the following:
@@ -59,7 +58,7 @@ Next we need to install python support (node is optional)
59
58
```
60
59
---
61
60
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).
63
62
64
63
> The computing scientist's main challenge is not to get confused by the complexities of his own making.
0 commit comments