Chris DeLuca

Results 39 comments of Chris DeLuca

Hi @mraj32, what is the incorrect number you're seeing on output?

@X-Raym Thanks! And thanks for bumping the issue: I haven't had much time to work on this, but hopefully I'll be able to address this in the next few days.

I am in a similar boat: I am infatuated with this keyboard, and would love to get my hands on one, but my soldering skills are at n00b level, and...

Yeah it's a good question; my thought is that it _would_ change the theme dynamically, exactly like regular macOS apps and websites that integrate that option do. As soon as...

If I understand that you're trying to copy some text in Vim, then paste it elsewhere in the OS, this is not a Vimr specific issue, nor really an issue,...

@fairanswers What is the contents of your `~/.config/nvim/init.vim`? Neovim (and hence Vimr) have switched to [XDG](https://neovim.io/doc/user/starting.html#xdg) directories for configuration, so that's where the program will look. See `:help xdg` or...

I'd remove/comment out the runtimepath bit, since it's pointing to Vim8, and who knows what that could cause.

>This comes up for me when working within the GUI. Opening files using :e behaves as expected and opens a new file in the current split, but using the File...

Hi ShabbyX, thanks for getting back to me. When `echo`ing the `sed` command, I get this output: GHC is version 8.2.1 I tried patching the `libpandoc.cabal` file as you mentioned,...