Browse Source

update telescope prompt

christianchiarulli 4 năm trước cách đây
mục cha
commit
e94d9e18c5
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      lua/lv-telescope/init.lua

+ 3 - 2
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",