updated helix config
This commit is contained in:
parent
29f24dabfc
commit
f4f4f3c569
3 changed files with 24 additions and 4 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue