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.
- Host: GitHub
- URL: https://github.com/guiltydolphin/project-root-vim
- Owner: GuiltyDolphin
- License: gpl-3.0
- Created: 2015-10-29T20:45:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T18:36:36.000Z (over 10 years ago)
- Last Synced: 2025-11-02T17:04:25.146Z (8 months ago)
- Language: VimL
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.