home/helix: config improvements

This commit is contained in:
Aly Raffauf 2024-07-27 22:15:39 -04:00
parent d90a35b383
commit 215af0e30a
2 changed files with 12 additions and 0 deletions

View file

@ -70,6 +70,10 @@
settings = {
theme = "adwaita-dark";
editor = {
auto-completion = true;
auto-format = true;
auto-pairs = false;
auto-save = true;
color-modes = true;
cursorline = true;
@ -86,8 +90,15 @@
display-messages = true;
};
soft-wrap = {
enable = true;
wrap-at-text-width = true;
};
statusline.center = ["position-percentage"];
text-width = 80;
true-color = true;
whitespace.characters = {
newline = "";
tab = "";

View file

@ -93,6 +93,7 @@
};
ui_font_size = 16;
use_autoclose = false;
vim_mode = false;
};