Results 263 comments of Luis Davim

That's something you can handle on your code right?

Yes, but this color scheme overrides the terminal background with ctermbg. What I'm asking is for some option to toggle that, something that I can add to my .vimrc like...

@bobrik I know you haven't touched this code in a while but these changes actually make it work again, it suports registry v2, tls and private registries (you can `docker...

@ebudan @fabriciojs I don't think we need to care about load vs overload here, that's handled after in the `loadFile` function. @joho why is a custom function needed for expanding...

#135 and #149 also relate to this. This is clearly an issue users care about, with so many issues and PRs open regarding it. @joho any specific reason for this...

I don't see any activity from @rabite0 on Github since May 2020. I hope everything is OK.

I also get a false positive with code that looks like this: ```go // ... var ( a []string u map[string]struct{} ) // some code to populate u // where...