mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

Problem: - Lesson 7.3 (Cmdline Completion) teaches an important way to discover Nvim features. I think users should learn it before they start configuring Nvim - Nvim can be configured in Lua as well, but lesson 7.2 (Configuring Nvim) only mentions init.vim. And I think Nvim is promoting Lua more Solution: - Move lesson 7.2 to be after lesson 7.3 - Lesson 7.2 should teach about init.lua Co-authored-by: Justin M. Keyes <justinkz@gmail.com>