docs: provide example_init.lua #33524

Problem:
There are some "boilerplate" steps for new users. Although we are
constantly improving defaults and lifting patterns into core, users
eventually want to know how to start their own config, add plugins, etc.

Solution:
Add `runtime/example_init.lua` and refer to it from docs.

(cherry picked from commit 86b34ad073)
This commit is contained in:
Phạm Bình An
2025-04-27 22:11:02 +07:00
committed by brianhuster
parent 3273c595c0
commit d68d212ad4
5 changed files with 106 additions and 5 deletions

View File

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