Peter Aronoff

Results 75 comments of Peter Aronoff

@spf13 Thanks for afero! Would you consider a pull request that added the constants from [os/file.go](https://github.com/golang/go/blob/master/src/os/file.go#L71-L84) to afero? ```go // Flags to OpenFile wrapping those of the underlying system. Not...

Okay, that makes sense. I will take a crack at adding to the docs. Thanks.

Open vim and run `:echo g:go_fmt_command`. That should show the current value.

Here's another alternative for future visitors to consider. I use [machakann/vim-sandwich](https://github.com/machakann/vim-sandwich). Although this plugin doesn't know about smart quotes out of the box, you can add custom recipes to vim-sandwich...

I'm inclined to close this. (Nearly two years without any responses.) /ping @alerque

Should we add a test for this? Or is it something that we can't fix, so testing for it effectively doesn't matter? I haven't used surround in years (I use...

I think that this is out of scope for this plugin. I'd like to close the issue with a pointer to [vim-sandwich][vs], which could maybe handle something like what the...

Sorry, I wasn't clear. By "out of scope," I meant that I didn't think that we would implement this directly in the plugin itself. On the README, we [offer advice](https://github.com/preservim/vim-textobj-quote#international-support)...

@tjdevries Thanks for the videos. I'm in the process of switching from UltiSnips to LuaSnip, and the videos were a great on-ramp.

> It'd be really neat to have an option to further choose the system-wide Homebrew installation location. I believe that Homebrew itself doesn't support this, so it would probably be...