docs(tutor): move lesson 7.2 below lesson 7.3 #33662

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>
This commit is contained in:
Phạm Bình An
2025-05-21 16:26:57 +07:00
committed by GitHub
parent cd9d8469b2
commit dd43eb445a
3 changed files with 58 additions and 49 deletions

View File

@@ -131,7 +131,7 @@ describe(':Tutor', function()
{0: }University. E-mail: {2:bware@mines.colorado.edu}. |
]]
feed(':973<CR>zt')
feed(':978<CR>zt')
screen:expect(expected)
end)
end)