Pārlūkot izejas kodu

update telescope prompt

christianchiarulli 4 gadi atpakaļ
vecāks
revīzija
e94d9e18c5
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  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 {
 require('telescope').setup {
     defaults = {
     defaults = {
         find_command = {'rg', '--no-heading', '--with-filename', '--line-number', '--column', '--smart-case'},
         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 = " ",
         selection_caret = " ",
         entry_prefix = "  ",
         entry_prefix = "  ",
         initial_mode = "insert",
         initial_mode = "insert",