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

feature: ability to use cwd as project root rather than only .git

Open GLaDOS-418 opened this issue 2 months ago • 0 comments

The feature to use cwd to create project is required so that projects can be created for non-git project structures. There are other plugins which have more sophisticated logic to recognize the project root and set it as pwd. The project root determination can be delegated to those. one such example is: airblade/vim-rooter

  1. there are many version control systems {e.g. .git, .svn, .hg}
  2. there are git submodules. {.git inside .git}
  3. sometimes there are multiple git repos which collectively form one project, the root of which is denoted by an arbitrarily chosen special file {e.g. .root}.
  4. sometimes within one repo, there could be multiple smaller subprojects... and more.

GLaDOS-418 avatar May 03 '24 13:05 GLaDOS-418