Blake-LeBlanc
Blake-LeBlanc
UPDATE 20180627: To follow up with what user errors were causing my issue... I regularly transition between a VM and laptop, which means I'm always pushing and pulling changes from...
> As a workaround, I just realized that I could perform a `tmux resize-pane -Z` as the first `shell_command` of the pane I want zoomed... Would you provide an example?...
> Here is an example: - window_name: shell layout: even-horizontal options: automatic-rename: false panes: - focus: true shell_command: - tmux resize-pane -Z - mc - ipython But... in fact it...
I'm running into the same issue. Currently have Linux setup to run ag with [https://github.com/ggreer/the_silver_searcher](https://github.com/ggreer/the_silver_searcher) And integrated into vim's search with [https://github.com/mhinz/vim-grepper](https://github.com/mhinz/vim-grepper)
Thanks for the quick follow-up @pechorin ! Unfortunately, it's still giving me the same errors, with ag installed.
@pechorin Let me ask you this... How are you setting up vim's current search engine? Maybe I don't have it configured properly on my end? Because as I noted above,...
> vim-grepper isn't problem because i do direct system() calls without any proxied methods. Hmm. Do you `PlugUpdate()` for latest any-jump version? Yes, I'm on `c665d7a`. If you need me...
I'm still having the issue on my end with ag, on 615a7139fbb953c312f0d464e2f23fef5c3abb84 Screenshot of error: https://imgur.com/ekwPVgz @shapovalovts Is it working for you yet with ag?
> Okay, can you for now do `:let g:any_jump_search_prefered_engine = 'ag'` > > Error message trace indicates what code run through rg-methods, this is strange. > > Is same error/backtrace...
> @Blake-LeBlanc also can you provide output of commands here: > > ``` > :echo executable('rg') > :echo executable('ag') > ``` > > I need to be sure what where...