summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_init_packages.lua
AgeCommit message (Expand)AuthorFiles
2025-12-30build: move shared.lua to _core/Justin M. Keyes1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-07-10docs: move vim.system to own sectionLewis Russell1
2025-06-06fix: type fixesLewis Russell1
2024-03-06refactor(types): more fixesLewis Russell1
2024-02-15fix: type warnings in shared.luaLewis Russell1
2024-02-03refactor: create function for deferred loadingdundargoc1
2023-12-30refactor: fix luals warningsdundargoc1
2023-12-22refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli1
2023-11-16feat: add vim.text module (#26069)Gregory Anders1
2023-04-27refactor(build): include lpeg as a librarybfredl1
2023-04-25refactor(iter): move helper functions under vim.iterGregory Anders1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2023-03-06refactor(vim.version): cleanupJustin M. Keyes1
2023-03-06feat(lua): add semver apiKelly Lin1
2023-01-31feat(lua): low-level interpreter mode (nvim -ll)bfredl1
2022-12-17feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre1
2022-10-09fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-03-07refactor(lua): make vim submodule lazy loading declarativebfredl1
2022-03-04refactor(lua): move only runtime lua file in src/ to runtime/luabfredl1