| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | build: enable lintlua for src/ dir #26395 | Justin M. Keyes | 2023-12-04 |
| | | | | | | | | | | | | Problem: Not all Lua code is checked by stylua. Automating code-style is an important mechanism for reducing time spent on accidental (non-essential) complexity. Solution: - Enable lintlua for `src/` directory. followup to 517f0cc634b985057da5b95cf4ad659ee456a77e | ||
| * | fix(build): distinguish vim.mpack from global require'mpack' | bfredl | 2023-04-20 |
| | | | | | | problem: the api of vim.mpack is not compatible with a system provided mpack solution: don't require 'mpack' directly from the system path | ||
| * | refactor(build): use vendored versions of mpack and luabitop | bfredl | 2023-04-19 |