Malcolm Lalkaka

Results 6 comments of Malcolm Lalkaka

Hi @nekdolan I couldn't tell by looking at that link, but is that merge request just for the 009b driver, or also for the 009a driver?

Regarding the permissions issue, I have published a pull request to fix this on Lenovo T480s laptops: #56. I'd be happy to address any feedback required to get it accepted...

Thanks for working on this theme! It looks like the the background and foreground colors are inverted for comments and `termguicolors` in this screenshot of vim 8.1. ![image](https://user-images.githubusercontent.com/11790481/72005658-fcc03600-3202-11ea-926c-8abd6175f600.png)

Here's the .vimrc I'm using right now: https://gist.github.com/mlalkaka/8cdc6310d772c706ae7e528bf27da38e. (It's called init.vim because I also use it with Neovim on another machine.) And here's the output of `vim -version`: ``` VIM...

I ran `:PlugUpdate` and updated to the latest source code, then restarted Vim, but it still didn't work. I also updated my Vim version, but that didn't help either. ```...

I was able to reproduce this as well, on Windows with Electron 5. Based on the call stack, I suspect it's actually because of #148. Since electron-remote is deprecated, maybe...