feat: add pane_style config option
This commit is contained in:
parent
395dadf6e3
commit
8f873ae3ee
2 changed files with 15 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ panel_style: WidgetStyle = .compact,
|
|||
home_style: WidgetStyle = .bars_top_bottom,
|
||||
pane_left_style: WidgetStyle = .bar_right,
|
||||
pane_right_style: WidgetStyle = .bar_left,
|
||||
pane_style: PaneStyle = .panel,
|
||||
|
||||
centered_view: bool = false,
|
||||
centered_view_width: usize = 145,
|
||||
|
|
@ -125,3 +126,8 @@ pub const CursorShape = enum {
|
|||
beam_blink,
|
||||
beam,
|
||||
};
|
||||
|
||||
pub const PaneStyle = enum {
|
||||
panel,
|
||||
editor,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue