more helix config
This commit is contained in:
parent
a0137b53ad
commit
af839ef76f
1 changed files with 20 additions and 5 deletions
|
@ -4,19 +4,34 @@
|
||||||
editor = {
|
editor = {
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
auto-format = true;
|
|
||||||
soft-wrap.enable = true;
|
soft-wrap.enable = true;
|
||||||
|
color-modes = true;
|
||||||
lsp.display-inlay-hints = true;
|
|
||||||
|
|
||||||
whitespace.render = "all";
|
whitespace.render = "all";
|
||||||
|
|
||||||
|
indent-guides = {
|
||||||
|
render = true;
|
||||||
|
skip-levels = 1;
|
||||||
|
};
|
||||||
|
|
||||||
|
auto-format = true;
|
||||||
|
|
||||||
|
lsp = {
|
||||||
|
display-inlay-hints = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
gutters = [ "diagnostics" "line-numbers" "diff" ];
|
||||||
|
|
||||||
|
statusline = {
|
||||||
|
left = [ "mode" "spinner" "version-control" ];
|
||||||
|
center = [ "file-modification-indicator" "read-only-indicator" "file-name" ];
|
||||||
|
right = [ "diagnostics" "position" ];
|
||||||
|
};
|
||||||
|
|
||||||
cursor-shape = {
|
cursor-shape = {
|
||||||
insert = "bar";
|
insert = "bar";
|
||||||
normal = "block";
|
normal = "block";
|
||||||
select = "underline";
|
select = "underline";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
keys.normal = {
|
keys.normal = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue