mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
home/helix: config improvements
This commit is contained in:
parent
d90a35b383
commit
215af0e30a
|
@ -70,6 +70,10 @@
|
||||||
settings = {
|
settings = {
|
||||||
theme = "adwaita-dark";
|
theme = "adwaita-dark";
|
||||||
editor = {
|
editor = {
|
||||||
|
auto-completion = true;
|
||||||
|
auto-format = true;
|
||||||
|
auto-pairs = false;
|
||||||
|
auto-save = true;
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
|
|
||||||
|
@ -86,8 +90,15 @@
|
||||||
display-messages = true;
|
display-messages = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
soft-wrap = {
|
||||||
|
enable = true;
|
||||||
|
wrap-at-text-width = true;
|
||||||
|
};
|
||||||
|
|
||||||
statusline.center = ["position-percentage"];
|
statusline.center = ["position-percentage"];
|
||||||
|
text-width = 80;
|
||||||
true-color = true;
|
true-color = true;
|
||||||
|
|
||||||
whitespace.characters = {
|
whitespace.characters = {
|
||||||
newline = "↴";
|
newline = "↴";
|
||||||
tab = "⇥";
|
tab = "⇥";
|
||||||
|
|
|
@ -93,6 +93,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
ui_font_size = 16;
|
ui_font_size = 16;
|
||||||
|
use_autoclose = false;
|
||||||
vim_mode = false;
|
vim_mode = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue