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({ telescope.setup({
extensions = { extensions = {
project = { project = {
sync_with_nvim_tree = true, -- sync_with_nvim_tree = true,
on_project_selected = function() -- on_project_selected = function()
require("nvim-tree.api").tree.change_root(vim.fn.getcwd()) -- require("nvim-tree.api").tree.change_root(vim.fn.getcwd())
end, -- end,
}, },
file_browser = { file_browser = {
hidden = { hidden = {