feat: telescope visual improvements
This commit is contained in:
@@ -9,8 +9,7 @@ return {
|
|||||||
layout_config = {
|
layout_config = {
|
||||||
horizontal = {
|
horizontal = {
|
||||||
prompt_position = "bottom",
|
prompt_position = "bottom",
|
||||||
preview_width = 0.55,
|
preview_width = 0.65,
|
||||||
results_width = 0.8,
|
|
||||||
},
|
},
|
||||||
vertical = {
|
vertical = {
|
||||||
mirror = false,
|
mirror = false,
|
||||||
@@ -21,7 +20,9 @@ return {
|
|||||||
},
|
},
|
||||||
borderchars = require("409.ui").telescope_border,
|
borderchars = require("409.ui").telescope_border,
|
||||||
prompt_prefix = " ",
|
prompt_prefix = " ",
|
||||||
|
selection_caret = " ",
|
||||||
color_devicons = true,
|
color_devicons = true,
|
||||||
|
sorting_strategy = "descending",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
|
|||||||
Reference in New Issue
Block a user