parent
3205bc4132
commit
a0d6566140
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ fn render_mode<'a>(context: &RenderContext) -> Spans<'a> {
|
||||||
" ".into()
|
" ".into()
|
||||||
};
|
};
|
||||||
let modename = format!(" {} ", modename);
|
let modename = format!(" {} ", modename);
|
||||||
if config.color_modes {
|
if visible && config.color_modes {
|
||||||
Span::styled(
|
Span::styled(
|
||||||
modename,
|
modename,
|
||||||
match context.editor.mode() {
|
match context.editor.mode() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue