mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 23:19:25 +00:00
[neovim] Set smart_case for telescope fzf searching
This commit is contained in:
@ -36,7 +36,7 @@ telescope.setup({
|
||||
require("telescope.themes").get_dropdown({}),
|
||||
},
|
||||
fzf = {
|
||||
case_mode = "ignore_case",
|
||||
case_mode = "smart_case",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user