mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
helix config changes
This commit is contained in:
parent
c4475edc98
commit
62a825257b
1 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,13 @@
|
||||||
editor = {
|
editor = {
|
||||||
auto-format = false;
|
auto-format = false;
|
||||||
end-of-line-diagnostics = "warning";
|
end-of-line-diagnostics = "warning";
|
||||||
|
true-color = true;
|
||||||
|
color-modes = true;
|
||||||
|
completion-replace = true;
|
||||||
|
rulers = [120];
|
||||||
|
auto-save = {
|
||||||
|
focus-lost = true;
|
||||||
|
};
|
||||||
|
|
||||||
bufferline = "multiple";
|
bufferline = "multiple";
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue