Remove hyphens from mode text in lualine

This commit is contained in:
2022-01-15 22:52:19 +03:00
parent 616a0b0b19
commit 3c42f53b73

View File

@@ -21,9 +21,6 @@ local diagnostics = {
local mode = {
"mode",
fmt = function(str)
return "-- " .. str .. " --"
end,
}
local diff = {