Skip to content

Commit 3a69379

Browse files
committed
Update README.md
1 parent 5de76f5 commit 3a69379

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# vim-projectrc
22
Simple way to have project level vim settings
3+
4+
## Why did I create it
5+
I use my fork of [vdebug](https://github.com/zolem/vdebug) and instead of having a ton of pathmaps this allows me to add pathmaps on a per project basis.
6+
7+
## Usage
8+
Just add the *.project.vimrc* to the root directory of your project
9+
This file will be sourced as long as you open vim from that directory or any sub directory.
10+
11+
## Settings
12+
There is only one setting. If you don't like the .project.vimrc name feel free to change it:
13+
```vimL
14+
let g:projectrc_filename = 'mynewfilename'
15+
```
16+
This should work for you if not submit an issue and I'll fix it as soon as possible.

0 commit comments

Comments
 (0)