feat: Use nvim_buf_set_extmark right_align to do the magic for us (#1138)

This commit is contained in:
TJ DeVries
2021-08-20 13:35:21 -04:00
committed by GitHub
parent bc470fe59f
commit ea5ab8f7c4
2 changed files with 5 additions and 13 deletions

View File

@@ -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,
},