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:
parent
0b10c4cd04
commit
b0f4c419b9
1 changed files with 1 additions and 5 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
settings.editor = {
|
settings.editor = {
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
|
cursor-shape.insert = "bar";
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
file-picker.hidden = false;
|
file-picker.hidden = false;
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
|
@ -38,11 +39,6 @@
|
||||||
"`" = "`";
|
"`" = "`";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings.editor.cursor-shape = {
|
|
||||||
normal = "bar";
|
|
||||||
insert = "bar";
|
|
||||||
};
|
|
||||||
|
|
||||||
settings.editor.mode = {
|
settings.editor.mode = {
|
||||||
normal = "NORMAL";
|
normal = "NORMAL";
|
||||||
insert = "INSERT";
|
insert = "INSERT";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue