refactor(neovim): remove telescope/fzf settings identical to defaults

main
mandlm 2022-07-26 15:14:07 +02:00
parent d3ab88500a
commit ee9c69fa44
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 0 additions and 5 deletions

View File

@ -18,11 +18,6 @@ telescope.setup({
} }
}, },
extensions = { extensions = {
fzf = {
fuzzy = true,
override_generic_sorter = true,
override_file_sorter = true
},
["ui-select"] = { ["ui-select"] = {
themes.get_dropdown({}) themes.get_dropdown({})
}, },