Alvaro Muñoz

Results 103 comments of Alvaro Muñoz

3.17 seems to work

I was looking into static2 and ended up here :)

Thats weird since what you describe as expected behaviour is actually how the theme should work. eg: ![](https://i.imgur.com/HIferBq.png) Are there any other themes, color options, etc. that could modify/override the...

Not sure, how the maven/gradle option would work, but ideally users should not specify special goals to generate the payloads. The reflection way seems better to me if we can...

I think the approach is very flexible and should allow future gadgets with special needs. The only thing I would add is that gadgets should also define what output formats...

Im doing this locally by overriding the `set_virtual_texts` function with: ``` " Clear and set virtual texts between line_start and line_end (exclusive). function! s:set_virtual_texts(buf_id, ns_id, line_start, line_end, virtual_texts) abort "...

@autozimu any ideas for dealing with windows resizing?

Thanks, I tried with `VimResized` but it only triggers when terminal window is resized, not when vim windows are resized. ![imagen](https://user-images.githubusercontent.com/125701/54522135-c44a2580-496c-11e9-81dc-deb1395b0780.png)

Apparently, there are no autocmd for window resize events: https://vi.stackexchange.com/questions/16750/how-can-i-automatically-preform-operations-when-a-vim-window-is-resized

Im using the following config to display both signs and right-aligned virtual text just in case anyone finds it useful: ```viml " define signs call sign_define("vim-lsc-error", {"text" : "x", "texthl"...