Small tweaks
This commit is contained in:
@@ -5,7 +5,7 @@ if not vim.loop.fs_stat(lazypath) then
|
|||||||
"clone",
|
"clone",
|
||||||
"--filter=blob:none",
|
"--filter=blob:none",
|
||||||
"https://github.com/folke/lazy.nvim.git",
|
"https://github.com/folke/lazy.nvim.git",
|
||||||
"--branch=stable", -- latest stable release
|
"--branch=stable",
|
||||||
lazypath,
|
lazypath,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -83,8 +83,8 @@ return {
|
|||||||
enabled = false,
|
enabled = false,
|
||||||
leave_dirs_open = false,
|
leave_dirs_open = false,
|
||||||
},
|
},
|
||||||
group_empty_dirs = false,
|
group_empty_dirs = true,
|
||||||
hijack_netrw_behavior = "open_default",
|
hijack_netrw_behavior = "open_current",
|
||||||
use_libuv_file_watcher = false,
|
use_libuv_file_watcher = false,
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
|
|||||||
@@ -13,6 +13,11 @@ return {
|
|||||||
telescope.load_extension("project")
|
telescope.load_extension("project")
|
||||||
|
|
||||||
telescope.setup({
|
telescope.setup({
|
||||||
|
pickers = {
|
||||||
|
find_files = {
|
||||||
|
find_command = { "fd", "-I", "--type", "file" },
|
||||||
|
},
|
||||||
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
project = {
|
project = {
|
||||||
-- sync_with_nvim_tree = true,
|
-- sync_with_nvim_tree = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user