Removing nvim tree options
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user