mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Don't make NORMAL mode cursor a bar in Helix
This commit is contained in:
parent
0b10c4cd04
commit
b0f4c419b9
1 changed files with 1 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue