Matthieu Coudron

Results 605 comments of Matthieu Coudron

agreed, I would rather have the buld prepended to the diagnostic in virtualtext then as a sign for instance.

thanks for taking care of this. My first remark is that exch -h didn't work even though in the source, it seems to support both --help and -h. I don't...

there is https://github.com/tami5/sqlite.lua too that could be a native lua implementation

yep this is really rough/not ready for review yet. Just posted it in case someone wants to takeover since it might take some time for me to complete it.

I am on ubuntu 16.04, from pstree I see that systemd calls dbus-launch, is that correct ? From ps -ax, I seem to have a few processes running: ``` 3809...

I usually install projects relying on distutils via: `python setup.py develop --user` This creates symlinks and let your package correctly discover python namespaces.

Here is one usecase with 2 callbacks: 1/ right click: run offlineimap to check if new mail => background task => Want "In progress" formatter 2/ left click: launch "mutt"...

but this is a global so if you switch between different filetypes, il will change the value.

Floating window is supposed to be merged soon (tomorrow or next week) https://github.com/neovim/neovim/pull/6619, would be nice to have support for preview with it.