add theme for telescope

This commit is contained in:
Robert Altner 2024-06-13 09:48:12 +02:00
parent 13408cacac
commit 9816bfb18d
No known key found for this signature in database
GPG key ID: 58794C52DAF9EAD8
2 changed files with 9 additions and 1 deletions

View file

@ -46,6 +46,14 @@ require("telescope").setup{
"node_modules"
}
},
pickers = {
find_files = {
theme = "ivy"
},
live_grep = {
theme = "ivy"
}
},
extensions = {
fzf = {
fuzzy = true,