mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
update telescope prompt
This commit is contained in:
parent
c15854562c
commit
e94d9e18c5
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@ local actions = require('telescope.actions')
|
|||
require('telescope').setup {
|
||||
defaults = {
|
||||
find_command = {'rg', '--no-heading', '--with-filename', '--line-number', '--column', '--smart-case'},
|
||||
prompt_position = "top",
|
||||
prompt_prefix = " ",
|
||||
prompt_position = "bottom",
|
||||
-- prompt_prefix = " ",
|
||||
prompt_prefix = " ",
|
||||
selection_caret = " ",
|
||||
entry_prefix = " ",
|
||||
initial_mode = "insert",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue