SteelBlueVision

Results 4 comments of SteelBlueVision

Will this pull-request EVER get merged in already?

OK, for everyone having this problem (i.e., using NeoVIM versions >= 0.3.2), there is a very simple solution without reinstalling anything or downgrading nvim, or patching/rebuilding oni, or anything like...

> @mgoldshteyn something like this for POSIX systems. > > ```shell > sed 's/"--embed",/"--embed","--headless",/' resources/app/lib/browser/vendor.bundle.js > tmp.js > mv tmp.js resources/app/lib/browser/vendor.bundle.js > ``` Just make sure you `cd` to the...

This is absolutely insane, you can't use Alt-O (shortcut for C/C++: Switch Header/Source) to switch from header to source, if the two lie in different directories. This is true _even...