feat: set default for enable_terminal_cursor to true
This commit is contained in:
parent
bf6e4f49b8
commit
2a9e532340
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ vim_normal_gutter_line_numbers_relative: bool = true,
|
|||
vim_visual_gutter_line_numbers_relative: bool = true,
|
||||
vim_insert_gutter_line_numbers_relative: bool = false,
|
||||
vim_insert_chording_keybindings: bool = false,
|
||||
enable_terminal_cursor: bool = false,
|
||||
enable_terminal_cursor: bool = true,
|
||||
enable_terminal_color_scheme: bool = builtin.os.tag != .windows,
|
||||
highlight_current_line: bool = true,
|
||||
highlight_current_line_gutter: bool = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue