Open flashios09 opened 2 weeks ago
The current behavior of show_modified will replace the filetype icon :
show_modified
<icon_or_modified?> <text>
Match the lualine style: keep both the filetype and the modified symbol when show_modified is true:
true
<icon?> <text> <modified?>
Updating the ui/components.lua and the ui/entry.lua, now it displays both the icon and the modified symbol:
ui/components.lua
ui/entry.lua
PR: #124
Requirements
Problem
The current behavior of
show_modified
will replace the filetype icon :Solution Suggestion
Match the lualine style: keep both the filetype and the modified symbol when
show_modified
istrue
:Workaround
Updating the
ui/components.lua
and theui/entry.lua
, now it displays both the icon and the modified symbol: