cprn

Results 71 comments of cprn

An empty dictionary? Doesn't `LanguageClient_registerServerCommands()` create it? After the buffer opens same condition works perfectly fine and I'm not setting `g:LanguageClient_serverCommands` anywhere myself.

If you haven't already, please, post this feature request in [felixfbecker/php-language-server](https://github.com/felixfbecker/php-language-server) and possibly deoplete repository.

The scope of this plugin ends after the server is registered and started. No error indicates the server commands are registered (you'd get `E492: Not an editor command` otherwise) so...

Did you run `composer install` after installing the plugin? It seems you don't have the [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) installed or loaded.

The main issue is those very useful commands don't work in cs buffers. Folding is a secondary thing I don't care much about. As a side note, I solely mentioned...

In the Trinus CBVR Lite settings you can switch between sensor modes (A, B or C) - does selecting a different mode help?

You can just install `openvr` package instead and it will be in global include directory. Detailed instructions [in this fork](https://github.com/cprn/LinusTrinus/blob/master/INSTALL.md).

Doesn't the driver only work with Steam apps? As in: does it even generate frames for desktop? I've got it working with SteamVR and committed somewhat detailed installation instructions [in...

> Same problem for me on Manjaro Provided you've installed all dependencies, it currently works on Manjaro almost out of the box. Detailed installation [instructions](https://github.com/cprn/LinusTrinus/blob/master/INSTALL.md).

Either replace line 10 in `make.sh` with something like below - make sure the path actually points to qt5 on your system (below I assume Ubuntu) - or manually install...