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 = {
|
||||
line-number = "relative";
|
||||
cursorline = true;
|
||||
auto-format = true;
|
||||
soft-wrap.enable = true;
|
||||
|
||||
lsp.display-inlay-hints = true;
|
||||
|
||||
color-modes = true;
|
||||
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 = {
|
||||
insert = "bar";
|
||||
normal = "block";
|
||||
select = "underline";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
keys.normal = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue