Skip to content

Commit

Permalink
update telescope cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortArrow committed Apr 17, 2024
1 parent c6f3a18 commit aa9824c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/config/_telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ M.setup = function()
layout_strategy = 'vertical',
winblend = 10,
prompt_prefix = '',
selection_caret = ' ',
selection_caret = ' ',
entry_prefix = ' ',
initial_mode = 'insert',
border = true,
Expand Down

0 comments on commit aa9824c

Please sign in to comment.