An open API service indexing awesome lists of open source software.

https://github.com/guiltydolphin/project-root-vim

Easier interaction with project root directories.
https://github.com/guiltydolphin/project-root-vim

Last synced: 4 months ago
JSON representation

Easier interaction with project root directories.

Awesome Lists containing this project

README

          

project-root-vim
================

project-root intends to make project management and navigation within
the Vim text-editor easier and faster.

project-root is hosted on [GitHub](https://www.github.com/guiltydolphin/project-root-vim).

Main features
-------------

project-root uses a combination of user configuration, sensible
defaults and configuration-inheritance to intelligently adjust for the
current project.

Some features provided by project-root are outlined below:

* Provides commands for instantly navigating to the project tests and
source.
* Enables testing on both a project-wide and file-local level.
* Supports configuration-inheritance.
* Allows users to run their own functions when entering new projects.
* Exposes a simple interface for changing project configuration.

Installing
----------

If you have [Vundle](https://www.github.com/VundleVim/Vundle.vim)
installed, then just add `Plugin 'guiltydolphin/project-root-vim'` to
the plugin section of your vimrc.

Help
----

Run `help project-root` in Vim for a detailed explanation of
project-root's features.

Alternatively, the [documentation](https://www.github.com/GuiltyDolphin/project-root-vim/blob/master/doc/project-root.txt)
can be accessed directly.

License
-------

Copyright (c) 2015 Ben Moon

Licensed under GNU GPLv3 - see the `LICENSE` file for more
information.