1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-31 10:39:25 +00:00

[neovim] Set smart_case for telescope fzf searching

This commit is contained in:
2022-10-30 17:55:26 +01:00
parent b6ffc9c179
commit ab26d5d62c

View File

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