From d562cc7f2407d9e9c717c90fcd442852981e0316 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 3 Mar 2025 07:42:03 +0000 Subject: [PATCH] Changed config to mini.basics --- config/mini.nix | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 = { };