some helix mods

This commit is contained in:
William 2023-08-21 10:24:19 -03:00
parent ca34a4fe36
commit 86d5c8a0c2

View file

@ -19,11 +19,17 @@
settings = {
theme = "catppuccin-mocha_transparent";
editor = {
idle-timeout = 0;
line-number = "relative";
cursor-shape.insert = "bar";
cursor-shape = {
normal = "block";
insert = "bar";
select = "underline";
};
mouse = false;
soft-wrap.enable = true;
auto-format = true;
indent-guides.render = true;
};
keys.normal.space = {
space = "file_picker";