Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(remote): respect silent in error reporting | Charlie Groves | 2022-03-11 |
| | |||
* | fix(remote): report on missing wait commands, typecheck lua results | Charlie Groves | 2022-03-11 |
| | | | | Clean up lint errors, too | ||
* | test(remote): add tests for --remote | Charlie Groves | 2022-03-11 |
| | | | | This also fixes a fair number of issues found in running the tests | ||
* | feat(remote): add basic --remote support | Charlie Groves | 2022-03-11 |
| | | | | | This is starting from @geekodour's work at https://github.com/neovim/neovim/pull/8326 | ||
* | feat(lua): handle lazy submodules in `:lua vim.` wildmenu completion | bfredl | 2022-03-09 |
| | |||
* | refactor(lua): make vim submodule lazy loading declarative | bfredl | 2022-03-07 |
| | | | | | This will allow us to also use the same logic for lua threads and processes, later. | ||
* | docs(lua): reference runtime/lua/vim/_editor.lua | zeertzjq | 2022-03-06 |
| | |||
* | refactor(lua): move only runtime lua file in src/ to runtime/lua | bfredl | 2022-03-04 |
reorganize so that initialization is done in lua |