• @sugar_in_your_tea
    link
    211 months ago

    How able Lua?

    It’s a programming language, so you can do fancy stuff, or you can just use it as a regular key value file. You can also safely enable/disable features so you only need to allow the subset of Lua that you need.

    It works really well for things like editor configuration (see neovim), and it’s especially nice if you already use Lua as a plugin language or something.