Fix table formatting
This commit is contained in:
@ -314,7 +314,7 @@ func (s *StatusLine) View() string {
|
||||
var mode string
|
||||
switch s.mode {
|
||||
case ModeNormal:
|
||||
mode = s.common.Styles.Main.Render("NORMAL")
|
||||
mode = s.common.Styles.Base.Render("NORMAL")
|
||||
case ModeInsert:
|
||||
mode = s.common.Styles.Active.Inline(true).Render("INSERT")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user