Removing nvim tree options

This commit is contained in:
2023-09-05 00:30:49 +02:00
parent feb9dd1347
commit cfee6a0dcb

View File

@@ -15,10 +15,10 @@ return {
telescope.setup({
extensions = {
project = {
sync_with_nvim_tree = true,
on_project_selected = function()
require("nvim-tree.api").tree.change_root(vim.fn.getcwd())
end,
-- sync_with_nvim_tree = true,
-- on_project_selected = function()
-- require("nvim-tree.api").tree.change_root(vim.fn.getcwd())
-- end,
},
file_browser = {
hidden = {