1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Don't make NORMAL mode cursor a bar in Helix

This commit is contained in:
RGBCube 2023-05-24 19:28:54 +03:00
parent 0b10c4cd04
commit b0f4c419b9
No known key found for this signature in database

View file

@ -18,6 +18,7 @@
settings.editor = {
color-modes = true;
cursor-shape.insert = "bar";
cursorline = true;
file-picker.hidden = false;
line-number = "relative";
@ -38,11 +39,6 @@
"`" = "`";
};
settings.editor.cursor-shape = {
normal = "bar";
insert = "bar";
};
settings.editor.mode = {
normal = "NORMAL";
insert = "INSERT";