summaryrefslogtreecommitdiffstats
path: root/lua/plugins/telescope.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2025-08-25 20:17:48 +0200
committerNanderty <psopka@sopka.ch>2025-08-25 20:19:33 +0200
commite049fa6091b9946405149139da834ec2829939c9 (patch)
tree583bab3f88286ef1987c0f0d42db8cecdd469b66 /lua/plugins/telescope.lua
parent21f19f25f1ac0727f608c53f0de7a3b6701499ca (diff)
downloadneovim-config-e049fa6091b9946405149139da834ec2829939c9.tar.gz
neovim-config-e049fa6091b9946405149139da834ec2829939c9.tar.bz2
neovim-config-e049fa6091b9946405149139da834ec2829939c9.zip
Diffstat (limited to 'lua/plugins/telescope.lua')
-rw-r--r--lua/plugins/telescope.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua
index 3b2a674..78ab141 100644
--- a/lua/plugins/telescope.lua
+++ b/lua/plugins/telescope.lua
@@ -28,6 +28,7 @@ return {
},
opts = {
defaults = {
+ borderchars = { " ", " ", " ", " ", " ", " ", " ", " "},
prompt_prefix = "  ",
entry_prefix = " ",
selection_caret = " ",