some helix mods
This commit is contained in:
parent
ca34a4fe36
commit
86d5c8a0c2
1 changed files with 7 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue