Francisco Lopes
Francisco Lopes
Ah anyway, I guess `go get` won't work with submodules, etc. Nevermind.
[watchexec](https://github.com/watchexec/watchexec) is an alternative simpler tool without logs (e.g. `watchexec -ce rs -- cargo build -q`).
Quoting [comment](https://github.com/myitcv): > @myitcv reminder that you have [all that](https://user-images.githubusercontent.com/251450/55285193-400a9000-53b9-11e9-8cff-ffe4983c5947.gif) available in neovim master/nightly, with coc.nvim making use of it for quite a while already. I find the govim's approach...
OK, no problem. My question was not about whether it was worth creating a new one, but instead whether it's worth picking Vim's (Vim-only) late remote plugin API for that...
@mwpowellhtx my particular case relates with sending file contents as a message part, and I didn't bother to have additional logic for exceptional messages when files are empty, it should...
These are my relevant confs which may be of interest for your issues with how floats show. First, where it's displayed by default is as it is to resemble how...
For NeoVim, I also have float scrolling from keyboard setup, so I don't have to touch mouse to scroll docs in the event I need it. ```vim " INSERT mode...
+1 vim-go plugin got it solve here: https://github.com/fatih/vim-go/issues/40
after much struggle... by the way.
I don't know exactly which ones fixes all the problems. He told me to track [pull request 150](https://github.com/fatih/vim-go/issues/40#issuecomment-52425730) at the time. The first one you refer to seems to be...