summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/example_init.lua
AgeCommit message (Collapse)AuthorFiles
2026-03-24docs: api, plugins, ui2Justin M. Keyes1
2026-03-20docs: miscJustin M. Keyes1
2026-03-19docs: example_init #38372skewb1k1
* docs(example_init): consistently use `:h` * docs(example_init): align PLUGINS section with the overall style Since this entire file is example, all sections use declarative voice, avoiding "For example". Replaces summary list with related help tags. * docs(example_init): adjust mini.completion URI See https://github.com/nvim-mini/mini.nvim/discussions/1970 * docs(example_init): misc grammar fix
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
gen_vimdoc.lua: In prepare for the upcoming release, comment-out the "Experimental" warning for prerelease features.
2026-01-27fix: misc typos #37471phanium1
2025-07-23refactor(lua): use vim.system #34707Yochem van Rosmalen1
2025-07-04feat(pack): add built-in plugin manager `vim.pack`Evgeni Chasnovski1
Problem: No built-in plugin manager Solution: Add built-in plugin manager Co-authored-by: Lewis Russell <lewis6991@gmail.com>
2025-04-27docs: provide example_init.lua #33524Phạm Bình An1
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.