mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
home/helix: config improvements
This commit is contained in:
parent
d90a35b383
commit
215af0e30a
|
@ -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 = "⇥";
|
||||
|
|
|
@ -93,6 +93,7 @@
|
|||
};
|
||||
|
||||
ui_font_size = 16;
|
||||
use_autoclose = false;
|
||||
vim_mode = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue