summaryrefslogtreecommitdiff
path: root/lua/lv-telescope/init.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-04-19 01:35:50 -0400
committerchristianchiarulli <[email protected]>2021-04-19 01:35:50 -0400
commite94d9e18c581945a16b090425995a2dd57321411 (patch)
treedbe2aba4be5cdffce2c9cf81ca2dba960246b54b /lua/lv-telescope/init.lua
parentc15854562c8def62c405aac53dee7ffc8dbb12c7 (diff)
update telescope prompt
Diffstat (limited to 'lua/lv-telescope/init.lua')
-rw-r--r--lua/lv-telescope/init.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/lv-telescope/init.lua b/lua/lv-telescope/init.lua
index 0e561f51..e619fc65 100644
--- a/lua/lv-telescope/init.lua
+++ b/lua/lv-telescope/init.lua
@@ -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",