feat: make status bars configurable
This commit is contained in:
parent
9efff08e1f
commit
4df737e78f
14 changed files with 131 additions and 64 deletions
|
@ -3,10 +3,6 @@ const builtin = @import("builtin");
|
|||
frame_rate: usize = 60,
|
||||
theme: []const u8 = "default",
|
||||
input_mode: []const u8 = "flow",
|
||||
modestate_show: bool = true,
|
||||
selectionstate_show: bool = true,
|
||||
modstate_show: bool = false,
|
||||
keystate_show: bool = false,
|
||||
gutter_line_numbers: bool = true,
|
||||
gutter_line_numbers_relative: bool = false,
|
||||
vim_normal_gutter_line_numbers_relative: bool = true,
|
||||
|
@ -19,3 +15,6 @@ highlight_current_line_gutter: bool = true,
|
|||
show_whitespace: bool = false,
|
||||
animation_min_lag: usize = 0, //milliseconds
|
||||
animation_max_lag: usize = 150, //milliseconds
|
||||
|
||||
top_bar: []const u8 = "",
|
||||
bottom_bar: []const u8 = "mode file log selection diagnostics linenumber",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue