lazy: enabled option accepts luaInline instead of str

Makes inline Lua enabled options evaluate to Lua instead of string
literals.
This commit is contained in:
Jaren Glenn 2025-08-26 19:34:53 -06:00
commit f6cfc3ab4b
2 changed files with 6 additions and 2 deletions

View file

@ -523,3 +523,7 @@
[diced](https://github.com/diced):
- Fixed `typescript` treesitter grammar not being included by default.
[derethil](https://github.com/derethil):
- Fix `vim.lazy.plugins.<name>.enabled` Lua evaluation.