summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_init_packages.lua
AgeCommit message (Collapse)AuthorFiles
2022-05-09chore: format runtime with styluaChristian Clason1
2022-03-07refactor(lua): make vim submodule lazy loading declarativebfredl1
This will allow us to also use the same logic for lua threads and processes, later.
2022-03-04refactor(lua): move only runtime lua file in src/ to runtime/luabfredl1
reorganize so that initialization is done in lua