bag-man

Results 10 comments of bag-man

For future Googlers, this issue is resolved in an alternative plugin [here](https://github.com/kopischke/vim-fetch)

``` loading can take a few seconds... => press [q] to exit air, stream Traceback (most recent call last): | 0% 3: from /home/owg1/.gem/ruby/2.6.0/bin/airstream:23:in `' 2: from /home/owg1/.gem/ruby/2.6.0/bin/airstream:23:in `load' 1:...

I've noticed that... ``` import axios from 'axios'; ``` ...will reproduce this error, so you need to use: ``` const axios = require('axios'); ``` Which is maybe something that should...

Just tested, it looks like arrorw functions are working, but not object literal methods. Would be amazing if someone could add that!

I think I did it! `\v(\s+)?(|(\((\k|:\s\k|,|\s)*\)|\k+|\(.*\):\s\k+)\s*\=\>\s*)` Is the updated regex to handle typescript annotations. #10

This extensions looks really really good, but gotta add a +1 to this as it fails to detect a lot of GraphQL end points, which makes it not very useful...

I also noticed that if I create a new window with nerdtree open, the order of windows gets mixed up and nerdtree gets pushed to the main panels and my...

After some investigation it appears to not be configuration based, I think you just aren't accounting for terminal buffers or something of that nature. Open vim, run `:NERDTreeToggle`, then move...

Thanks for the feature request, I shall have a look into doing something like this when I have some more free time. I'm considering if it would be possible to...

@ruiling-song @xionghul @guoyejun @HeJunyan This issue still persists. :(