|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
Make sure to remove or move your current `nvim` directory
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
git clone git@github.com:ChristianChiarulli/Neovim-from-scratch.git ~/.config/nvim
|
|
|
|
|
git clone https://github.com/LunarVim/Neovim-from-scratch.git ~/.config/nvim
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Run `nvim` and wait for the plugins to be installed
|
|
|
|
@ -55,8 +55,7 @@ Next we need to install python support (node is optional)
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
npm i -g neovim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
> The computing scientist's main challenge is not to get confused by the complexities of his own making.
|
|
|
|
|