feat: Use nvim_buf_set_extmark right_align to do the magic for us (#1138)
This commit is contained in:
@@ -233,7 +233,7 @@ local telescope_defaults = {
|
||||
-- status_icon = "*"
|
||||
-- end
|
||||
|
||||
return string.format("%s / %s", xx, yy)
|
||||
return string.format("%s / %s ", xx, yy)
|
||||
end,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user