mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
update style
This commit is contained in:
parent
84055f2ebe
commit
c1f16ee01e
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ local diff = {
|
||||||
local mode = {
|
local mode = {
|
||||||
"mode",
|
"mode",
|
||||||
fmt = function(str)
|
fmt = function(str)
|
||||||
return "-- " .. str .. " --"
|
-- return " " .. str
|
||||||
|
return " " .. str
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue