Skip to content

Commit

Permalink
Neovim: Remove bottom border in telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexvZyl committed Jul 18, 2023
1 parent 0e1e354 commit 0dee04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/alex/ui/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ts.setup {
prompt_position = 'top',
},
borderchars = {
prompt = u.border_chars_outer_thin_telescope,
prompt = { '', '', ' ', '', '🭽', '🭾', '', '' },
results = u.border_chars_outer_thin_telescope,
preview = u.border_chars_outer_thin_telescope,
},
Expand Down

0 comments on commit 0dee04b

Please sign in to comment.