Several updates, enable treesitter

This commit is contained in:
2021-05-26 16:06:30 +02:00
parent 515a0416d4
commit a5a1424be0
6 changed files with 31 additions and 11 deletions

View File

@@ -6,9 +6,9 @@ require('telescope').setup {
defaults = {
find_command = {'rg', '--no-heading', '--with-filename', '--line-number', '--column', '--smart-case'},
prompt_position = "bottom",
-- prompt_prefix = " ",
--prompt_prefix = " ",
prompt_prefix = "",
selection_caret = " ",
selection_caret = "",
entry_prefix = " ",
initial_mode = "insert",
selection_strategy = "reset",