Corentin Brunel
Corentin Brunel
Hello, When doing some commands under [Neovim](https://github.com/neovim/neovim) (0.3.1) while using Butterfly (3.2.3) I get the error: `Unknown CSI code: t (116)` or even `Unknown CSI code: q (113)`. When this...
First, the "--smart" option has been removed from the pandoc command because it is deprecated (as seen in #74) Second, you can now put `Firefox Quantum` as your browser, it...
Hello, Quite a simple issue but really annoying: I have syntax based folding activated (`set foldmethod=syntax`), but when I press `gd` to go to the definition of a variable for...
Hello, the problem I have is rather weird. I have set up my Nvidia Shield Controller with Xoutput but when I push the right or left stick down entirely it...
Profiles can't be read, Users UUIDs are now stored in the usercache.json file and usernamecache.json.
This one is only for ease of use: It would be great if the list function return a Struct containing all of the information in the String. I will do...
Yet another weird error. The put function works, the file gets updated, but it still crashes when it gets out, returning a 426 error code. Edit: after reading a little...
I'm using Ubuntu server 16.04. Program: ``` extern crate ftp; use ftp::openssl::ssl::*; fn main() { let ftp_stream = ftp::FtpStream::connect("127.0.0.1:21").unwrap(); let ctx = SslContext::new(SslMethod::Sslv23).unwrap(); let ssl = Ssl::new(&ctx).unwrap(); // Switch to...
Post your screenshots here so everyone can see how the theme looks! Here are mine: Vimscript:  Lua (TreeSitter): 
The C# highlighting looks like it's missing some important parts. In the following screenshots, you can see all of the following issues: 1. The method calls are never highlighted, only...