Cleanup helix config
This commit is contained in:
parent
a68a995a59
commit
786fe4861e
1 changed files with 1 additions and 11 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
mouse = true;
|
mouse = true;
|
||||||
|
soft-wrap.enable = true;
|
||||||
|
|
||||||
end-of-line-diagnostics = "hint";
|
end-of-line-diagnostics = "hint";
|
||||||
inline-diagnostics.cursor-line = "warning";
|
inline-diagnostics.cursor-line = "warning";
|
||||||
|
|
@ -26,8 +27,6 @@
|
||||||
select = "underline";
|
select = "underline";
|
||||||
};
|
};
|
||||||
|
|
||||||
soft-wrap.enable = true;
|
|
||||||
|
|
||||||
statusline = {
|
statusline = {
|
||||||
left = [
|
left = [
|
||||||
"mode"
|
"mode"
|
||||||
|
|
@ -50,15 +49,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
keys = {
|
|
||||||
normal = {
|
|
||||||
X = [
|
|
||||||
"extend_line_up"
|
|
||||||
"extend_to_line_bounds"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
languages.language = [
|
languages.language = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue