{ neoformat, ... }:
let
inherit (builtins) readFile;
in
{
luaConfig = readFile ./neoformat.lua;
plugins = [ neoformat ];
}