You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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