telescope-project.nvim icon indicating copy to clipboard operation
telescope-project.nvim copied to clipboard

Open project in file tree

Open wesleimp opened this issue 4 years ago • 1 comments
trafficstars

I'd like to select a project and open it directly in my file tree (NERDTree) besides changing the working directory.

It could be a new keymap like <C-t> and configure it like:

...
  extensions = {
    project = {
      file_tree = "nerdtree" -- nvim-tree, etc...
    }
  }
...

wesleimp avatar Nov 17 '21 15:11 wesleimp

I answered to your PR in #77. Please read #75 and if you disagree etc, clarify (ideally with examples).

matu3ba avatar Nov 20 '21 21:11 matu3ba