add theme for telescope
This commit is contained in:
parent
13408cacac
commit
9816bfb18d
2 changed files with 9 additions and 1 deletions
|
@ -46,6 +46,14 @@ require("telescope").setup{
|
|||
"node_modules"
|
||||
}
|
||||
},
|
||||
pickers = {
|
||||
find_files = {
|
||||
theme = "ivy"
|
||||
},
|
||||
live_grep = {
|
||||
theme = "ivy"
|
||||
}
|
||||
},
|
||||
extensions = {
|
||||
fzf = {
|
||||
fuzzy = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue