Nick deLannoy
Nick deLannoy
came across this while attempting to put an expectation on a mocked request's headers #### example test to reproduce: ```ruby RSpec.describe "webmock broken normalize_headers test" do it 'should work' do...
adds `DiffviewToggle` command that acts as an alias to either `DiffviewOpen` or `DiffviewClose` depending on if the current tabpage is a diffview or not
These don't seem to affect the functionality of the plugin but messing with this seems to cause lots of issues with other plugins
seems to be the fix for https://github.com/ldelossa/gh.nvim/issues/94 and https://github.com/ldelossa/gh.nvim/issues/88
I really like the handler logic built into this plugin, but can't use the open command easily over ssh. I was able to work around it by inserting a callback...
I'm a huge fan of oil, I use it constantly. Recently I turned on some of the metadata columns though and they've been bugging me enough that I desperately want...
This new option lets the user specify whether highlights should be determined in a case sensitive or insensitive fashion. The default value is `true` and preserves existing behavior of the...