diff --git a/config/mini.nix b/config/mini.nix index 8088433..28d19a5 100644 --- a/config/mini.nix +++ b/config/mini.nix @@ -14,7 +14,24 @@ snippets = { }; splitjoin = { }; surround = { }; - basics = { }; + basics = { + options = { + basic = true; + extra_ui = true; + win_borders = "default"; + }; + mappings = { + basic = true; + option_toggle_prefix = "\\"; + windows = true; + move_with_alt = true; + }; + autocommands = { + basic = true; + relnum_in_visual_mode = false; + }; + silent = false; + }; bracketed = { }; bufremove = { }; deps = { };