Don't use tabs as default
This commit is contained in:
parent
c43f43f6d4
commit
9160e3c7ad
@ -34,19 +34,15 @@ require('telescope').setup {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
find_files = {
|
find_files = {
|
||||||
mappings = mappingTab,
|
|
||||||
theme = 'ivy',
|
theme = 'ivy',
|
||||||
},
|
},
|
||||||
oldfiles = {
|
oldfiles = {
|
||||||
mappings = mappingTab,
|
|
||||||
theme = 'ivy',
|
theme = 'ivy',
|
||||||
},
|
},
|
||||||
git_files = {
|
git_files = {
|
||||||
mappings = mappingTab,
|
|
||||||
theme = 'ivy',
|
theme = 'ivy',
|
||||||
},
|
},
|
||||||
lsp_dynamic_workspace_symbols = {
|
lsp_dynamic_workspace_symbols = {
|
||||||
mappings = mappingTab
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user