Andrii Vasyliev

Results 14 issues of Andrii Vasyliev

When this plugin is enabled it cleans both location and quickfix lists after opening a file. And on some other events too, but I don't know which, lists just got...

This plugin could use class map built with `composer dump-autoload -o` to look for class name under cursor and use it for navigation and inserting of `use` statements. As far...

enhancement

I have a specific need, can it be implemented in this library? I want to have dumped array with comments like this: ```php return [ 'a' => [ 'a1' =>...

I have disabled lxqt-globalkeysd because I have all keys configured in openbox. I want to configure key to open main menu. Is there a command to open main menu? Previously...

### What steps will reproduce the problem? Wait until both access_token and refresh_token expire. Then try to login. ### What do you get instead? ![refresh](https://user-images.githubusercontent.com/11820365/41480860-8429874c-70d8-11e8-936d-245f7acac129.png) ### What's expected? The token...

type:bug
status:ready for adoption

That's very straightforward cause I don't know much about bowerphp internals. But it works for my cases, please let me know if I can do more.

When you run original `bower update` it quietly installs all required components including those never installed before. bowerphp exits with error: ``` [RuntimeException] Package adminlte is not installed. ``` Usually...

enhancement

Some latest changes to this library have broken https://github.com/raspberrypi/libcamera-apps (and my application too). ![image](https://user-images.githubusercontent.com/11820365/179781998-13123591-3841-417b-93a3-1081c8905c00.png) Could you please tag a release or add a stable branch? :)

I want SuperTab don't complete after all parenthesis: `[, ], (, ), {, }` This doesn't help: ```vim let g:SuperTabNoCompleteAfter = ['^', '\s', '"', "'", ',', '.', ':', '[', ']',...

I want to ag recursively in . and in ./vendor (vendor is in .gitignore) So I want search command to be: `ag pattern . ./vendor` I tried :GrepRoot but didn't...