Francisco Lopes

Results 376 comments of Francisco Lopes

Ah, I see @dansomething did [coc-java-debug](https://github.com/dansomething/coc-java-debug).

my sole suspicion is that the command `TMUX="" tmux -S "$(tmux_socket)" new-session -d -s "$SESSION_NAME"` shouldn't be doing the expected thing here.

I'm able to create new sessions through `:new-session -s sessionName`, but I can't create them using the tmux command because of the nested session issue. So this is how I...

This is related with https://github.com/tony/tmuxp/issues/176 where the issue lies on using `set -g destroy-unattached on`. Sessionist is working for me now. I'll leave this open at the choice of the...

Dunno why that single test fails on Travis, the test's match with message works on my machine. I've tried these changes on Linux and macOS.

heh, just hit the new Bash on Windows here, 1.8.

The server publishes the characters that trigger this in _Server Capability_ `SignatureHelpOptions.triggerCharacters`.

This is must have, most servers provide this. Just having bare function names completed is a bit lacking. Also, a good chunk of servers also provide snippet expansion on top,...

[Same](https://github.com/andreafrancia/trash-cli/issues/65#issuecomment-355781594): > `trash-empty`/`trash-list` never works inside other partitions for me, it doesn't matter which filesystem, I've tried both ext4 and ntfs. I had `rm` as an alias to `trash-put` but...

Hmm, OK, thanks. Sorry for the noise, I should have checked that.