Pierre Champion

Results 84 comments of Pierre Champion

> Should every download of single file increase the version download counter? yes!

##### (Not using quickterm) I use `neoterm` with `nvimux`. The config is a bit tricky, I had to set `new_window = 'enew | Tnew'`. Here the full conf: ```vim "...

I don't have the time to work, on this, and check what is auto-registration of Dart plugin.

~~This issue seems to be fixed by https://github.com/go-gl/glfw/issues/262.~~ @dmitshur. No, I'm mistaking sorry.

> The obvious problem with tags is that the authors of go-gl/glfw might want to have tags of go-gl/glfw which do not appear in sync glfw/glfw. This could get confusing...

> Thinking about it: The only reason to hold of from this is if we think we might want to do an (now urgent because it is in the wild)...

@wincent friendly ping!

Friendly ping. Got any feedback on this PR? Thanks.

What am I supposed to be seeing here? * You are supposed to see `/\vfoo` on both vim and nvim. (Added by this PR) * You are supposed to see...

Using the following `.vimrc` file (and no additional bundle/autoload/plugin scrips): ```viml " Leader Mappings let mapleader = "," " Add bundles call plug#begin('/tmp/') " searching Plug 'pchampio/loupe' map (LoupeClearHighlight) call...