Remove hyphens from mode text in lualine
This commit is contained in:
@@ -21,9 +21,6 @@ local diagnostics = {
|
||||
|
||||
local mode = {
|
||||
"mode",
|
||||
fmt = function(str)
|
||||
return "-- " .. str .. " --"
|
||||
end,
|
||||
}
|
||||
|
||||
local diff = {
|
||||
|
||||
Reference in New Issue
Block a user