Small tweaks
This commit is contained in:
@@ -13,6 +13,11 @@ return {
|
||||
telescope.load_extension("project")
|
||||
|
||||
telescope.setup({
|
||||
pickers = {
|
||||
find_files = {
|
||||
find_command = { "fd", "-I", "--type", "file" },
|
||||
},
|
||||
},
|
||||
extensions = {
|
||||
project = {
|
||||
-- sync_with_nvim_tree = true,
|
||||
|
||||
Reference in New Issue
Block a user