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

@@ -83,8 +83,8 @@ return {
enabled = false,
leave_dirs_open = false,
},
group_empty_dirs = false,
hijack_netrw_behavior = "open_default",
group_empty_dirs = true,
hijack_netrw_behavior = "open_current",
use_libuv_file_watcher = false,
window = {
mappings = {

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,