feat: Full width select (#1403)

Can be changed back by setting 
telescope.setup {
  defaults = {
    hl_result_eol = false,
  }
}
This commit is contained in:
Julian Fricker
2021-11-04 06:22:09 +00:00
committed by GitHub
parent 6a8fbb53e0
commit 6652d4d555
2 changed files with 18 additions and 1 deletions

View File

@@ -320,6 +320,16 @@ append(
Default: function that shows current count / all]]
)
append(
"hl_result_eol",
true,
[[
Changes if the highlight for the selected item in the results
window is always the full width of the window
Default: true]]
)
append(
"dynamic_preview_title",
false,