master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit e72fa7324b - Show all commits

View File

@@ -35,12 +35,14 @@ require('telescope').setup {
}, },
find_files = { find_files = {
theme = 'ivy', theme = 'ivy',
previewer = false,
}, },
oldfiles = { oldfiles = {
theme = 'ivy', theme = 'ivy',
}, },
git_files = { git_files = {
theme = 'ivy', theme = 'ivy',
previewer = false,
}, },
lsp_dynamic_workspace_symbols = { lsp_dynamic_workspace_symbols = {
}, },