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;
|
||||
color-modes = true;
|
||||
mouse = true;
|
||||
soft-wrap.enable = true;
|
||||
|
||||
end-of-line-diagnostics = "hint";
|
||||
inline-diagnostics.cursor-line = "warning";
|
||||
|
|
@ -26,8 +27,6 @@
|
|||
select = "underline";
|
||||
};
|
||||
|
||||
soft-wrap.enable = true;
|
||||
|
||||
statusline = {
|
||||
left = [
|
||||
"mode"
|
||||
|
|
@ -50,15 +49,6 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
keys = {
|
||||
normal = {
|
||||
X = [
|
||||
"extend_line_up"
|
||||
"extend_to_line_bounds"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
languages.language = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue