Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Add 'Neovim from Scratch' Tutorial #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cleong14
Copy link

@cleong14 cleong14 commented Jan 8, 2022

Add ChrisAtMachine - Neovim from Scratch YouTube tutorial playlist to 'Existing tutorials for writing Lua in Neovim' README section.

Add [ChrisAtMachine - Neovim from Scratch](https://youtube.com/playlist?list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ) YouTube tutorial playlist to 'Existing tutorials for writing Lua in Neovim' README section.

- [ChrisAtMachine - Neovim from Scratch (YouTube Playlist)](https://www.youtube.com/playlist?list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ)
- [ChrisAtMachine - Neovim from Scratch (GitHub)](https://github.com/LunarVim/Neovim-from-scratch)
@matu3ba
Copy link
Contributor

matu3ba commented Feb 28, 2022

stuff like NOTE make sure you have [node](https://nodejs.org/en/) installed, I recommend a node manager like [fnm](https://github.com/Schniz/fnm). is not necessary to use neovim. It should be mentioned, why the additional dependency is needed/what it is used for.

The biggest drawback of this guide is that 1. the repo has no structure of the different sections wrt added code and 2. it is not immediate to users what code has been added in each section + why/for which use case a particular plugin is relevant.

For example, I still use telescope with the default key-mappings and I dont see what a pile of mappings does teach the reader.
I could see how this is an example for a particular organizing of keymappings, but this idea does not get evident from reading the code in the repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants