Small tweaks

This commit is contained in:
2023-09-22 23:24:06 +02:00
parent 1962b1f3e4
commit b04c794856
3 changed files with 8 additions and 3 deletions

View File

@@ -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,