Changed config to mini.basics

This commit is contained in:
EsVagy42 2025-03-03 07:42:03 +00:00
parent 89a44a347e
commit d562cc7f24

View file

@ -14,7 +14,24 @@
snippets = { }; snippets = { };
splitjoin = { }; splitjoin = { };
surround = { }; 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 = { }; bracketed = { };
bufremove = { }; bufremove = { };
deps = { }; deps = { };