diff options
| author | Nanderty <psopka@sopka.ch> | 2025-08-25 20:17:48 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-08-25 20:19:33 +0200 |
| commit | e049fa6091b9946405149139da834ec2829939c9 (patch) | |
| tree | 583bab3f88286ef1987c0f0d42db8cecdd469b66 /lua/plugins/telescope.lua | |
| parent | 21f19f25f1ac0727f608c53f0de7a3b6701499ca (diff) | |
| download | neovim-config-master.tar.gz neovim-config-master.tar.bz2 neovim-config-master.zip | |
Diffstat (limited to 'lua/plugins/telescope.lua')
| -rw-r--r-- | lua/plugins/telescope.lua | 1 |
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 = " ", |
