updated helix config

This commit is contained in:
specCon18 2023-08-15 03:13:57 -04:00
parent 29f24dabfc
commit f4f4f3c569
3 changed files with 24 additions and 4 deletions

View file

@ -25,15 +25,30 @@
scroll-lines = 1;
scrolloff = 5;
cursorline = true;
cursor-shape = {
normal = "block";
insert = "bar";
select = "underline";
};
color-modes = true;
indent-guides.render = true;
file-picker.hidden = false;
auto-pairs = true;
lsp = {
enable = true;
display-messages = true;
auto-signature-help = true;
display-signature-help-docs = true;
snippets = true;
goto-reference-include-declaration = true;
};
statusline = {
left = [ "mode" "spinner" "file-name" ];
mode = {
normal = "NORMAL";
insert = "INSERT";
select = "SELECT";
};
left = [ "mode" "separator" "spinner" "separator" "file-name" ];
right = [ "diagnostics" "position" "file-encoding" ];
};
};