aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_init_packages.lua
Commit message (Collapse)AuthorAge
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
|
* fix(lua): properly configure luacheck and remove `local vim = ...` lines ↵Folke Lemaitre2022-10-09
| | | | (#20551)
* chore: format runtime with styluaChristian Clason2022-05-09
|
* refactor(lua): make vim submodule lazy loading declarativebfredl2022-03-07
| | | | | This will allow us to also use the same logic for lua threads and processes, later.
* refactor(lua): move only runtime lua file in src/ to runtime/luabfredl2022-03-04
reorganize so that initialization is done in lua