[neovim] Set smart_case for telescope fzf searching

This commit is contained in:
Daniel Carrillo 2022-10-30 17:55:26 +01:00
parent b6ffc9c179
commit ab26d5d62c
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ telescope.setup({
require("telescope.themes").get_dropdown({}),
},
fzf = {
case_mode = "ignore_case",
case_mode = "smart_case",
},
},
})