Change telescope themes
This commit is contained in:
parent
d74a4b7576
commit
63fa8c9579
@ -22,8 +22,7 @@ require('telescope').setup {
|
|||||||
-- Your special builtin config goes in here
|
-- Your special builtin config goes in here
|
||||||
buffers = {
|
buffers = {
|
||||||
sort_lastused = true,
|
sort_lastused = true,
|
||||||
previewer = false,
|
theme = 'ivy',
|
||||||
theme = 'dropdown',
|
|
||||||
mappings = {
|
mappings = {
|
||||||
i = {
|
i = {
|
||||||
['<c-w>'] = actions.delete_buffer,
|
['<c-w>'] = actions.delete_buffer,
|
||||||
@ -35,13 +34,16 @@ require('telescope').setup {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
find_files = {
|
find_files = {
|
||||||
mappings = mappingTab
|
mappings = mappingTab,
|
||||||
|
theme = 'ivy',
|
||||||
},
|
},
|
||||||
oldfiles = {
|
oldfiles = {
|
||||||
mappings = mappingTab
|
mappings = mappingTab,
|
||||||
|
theme = 'ivy',
|
||||||
},
|
},
|
||||||
git_files = {
|
git_files = {
|
||||||
mappings = mappingTab
|
mappings = mappingTab,
|
||||||
|
theme = 'ivy',
|
||||||
},
|
},
|
||||||
lsp_dynamic_workspace_symbols = {
|
lsp_dynamic_workspace_symbols = {
|
||||||
mappings = mappingTab
|
mappings = mappingTab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user