Changed config to mini.basics
This commit is contained in:
parent
89a44a347e
commit
d562cc7f24
1 changed files with 18 additions and 1 deletions
|
|
@ -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 = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue