summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_editor.lua
AgeCommit message (Collapse)AuthorFiles
2022-03-11test(remote): add tests for --remoteCharlie Groves1
This also fixes a fair number of issues found in running the tests
2022-03-11feat(remote): add basic --remote supportCharlie Groves1
This is starting from @geekodour's work at https://github.com/neovim/neovim/pull/8326
2022-03-09feat(lua): handle lazy submodules in `:lua vim.` wildmenu completionbfredl1
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-06docs(lua): reference runtime/lua/vim/_editor.luazeertzjq1
2022-03-04refactor(lua): move only runtime lua file in src/ to runtime/luabfredl1
reorganize so that initialization is done in lua