diff --git a/modules/vim/opts.nix b/modules/vim/opts.nix index 9dd832c..f2ea2fd 100644 --- a/modules/vim/opts.nix +++ b/modules/vim/opts.nix @@ -4,9 +4,11 @@ options.vim = with lib; with types; { g = mkOption { type = attrsOf (oneOf [ str bool number ]); + default = { }; }; opt = mkOption { type = attrsOf anything; + default = { }; description = '' A special interface |vim.opt| exists for conveniently interacting with list- and map-style option from Lua: It allows accessing them as Lua tables and