Skip to content

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

Description

@GLaDOS-418

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions