Chris Vincent

Results 14 issues of Chris Vincent

The Ruby Vim plugin includes an option called `ruby_indent_assignment_style` which determines the behavior of indenting after an assignment, commonly with `begin`, `if`, etc. Two different styles are shown below, each...

Last night I began the process of moving my homeserver off my media server to a new server dedicated to various cloud applications (so the media server can dedicate all...

I've been watching this one for a little while: https://github.com/swistak35/orbacle

The old signature was deprecated, and as of OTP 24 is removed. This one-line fix updates it for compatibility with OTP 24.

Currently you can style highlighted search results from issuing a search via `/`. However, the only visual indication of the currently "selected" search result when iterating through them with `n`...

### Description I am using a Logitech MX Master 3S, which includes a horizontal scroll wheel. I would like to be able to set `natural_scroll` with it, for consistency with...

enhancement
stale

I'm attempting to get this working with my PSVR. But it appears that the PSVR is not detected by SteamVR. I've ensured SteamVR itself was working correctly with the null...

It would be useful to have a setting to override the logic in `s:app_prepare_rails_command` to allow for a variety of custom setups. For example, one might want to run commands...

Almost certainly a race condition. Hitting `Delete` to remove a notification removes that notification and then shows the Rofi window again. But sometimes the notification I just deleted still appears...

I would like to be able to set a different `newTabPosition` for opening URLs via the Omnibar versus via hints. This PR does that by introducing a new setting called...