James Short

Results 5 issues of James Short

I just migrated my (neo)vim setup to use the native package management in 8.0/neovim. While the recommendation of: ``` let g:airline_section_error = airline#section#create_right(['%{g:asyncrun_status}']) ``` Worked with pathogen, it is not...

After debugging all of the other things getting etserver running on MacOs via launchd etc (and getting ipv6 hosts working), I finally realized that the et session disconnects *after* the...

ELPP will now support --verbose which will set maximum verbosity or with a specified level (both in short and long option form): * --v=2 * --verbose=2 * --verbose (sets verbosity...

I was debugging an app that uses cxxopts and easyloggingpp and realized that the easy logging setup was not respecting `--verbose=9` but it does work with `-v 9` or `--verbose...

Using :Ex directly opens netrw with an unlisted buffer. This allows me to use :bp/:bn to hop around between buffers without issue (and wraps when I get to the end)....