diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2021-08-20 13:35:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-20 13:35:21 -0400 |
| commit | ea5ab8f7c42cf681f9174b2c4de0b82044417801 (patch) | |
| tree | bd721744dd22c45415b4885e85c8815832c9155b /lua/telescope/config.lua | |
| parent | bc470fe59f8157f22e1bbd1cea8d395a5c859d0b (diff) | |
feat: Use nvim_buf_set_extmark right_align to do the magic for us (#1138)
Diffstat (limited to 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index 1b0ce86..a4899af 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -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, }, |
