Joe Sweeney
Joe Sweeney
@DeltaEvo @autozimu Why did `workspace/didChangeConfiguration` get removed from the `next` branch? My language server expects it. It seems like it got removed in this commit, I believe: https://github.com/autozimu/LanguageClient-neovim/commit/5228816283d7cf9f9348639e472b98e31c0a7f85.
@autozimu Oh, ok. I saw the above comment with https://github.com/autozimu/LanguageClient-neovim/commit/ef2b82c41a864e8b26e58897e4bb7f4dd5576cd2 saying it was implemented so I assumed it must have been removed but it looks like it just hasn't been...
I'm having the same problem. In addition, while the preview pane doesn't actually show the parts of the directory name after the space, when you select a directory from it...
@jethrokuan Mind explaining what the `--preview="fish\ '$file'\ __fzf_complete_preview\ '{1}'\ '{2..}'"` part of this code does (I'm not super familiar with this syntax)? I'm trying to dig in and fix this...
This is a known issue and unfortunately looks like it's a problem upstream with `complete -C`. See this issue for more: https://github.com/jethrokuan/fzf/issues/122.
Looks like the Tmux devs to allow it: https://github.com/tmux/tmux/commit/15d7e564ddab575dd3ac803989cc99ac13b57198. However, I still can't get TPM to use the config file in `$XDG_CONFIG_HOME/tmux/tmux.conf` even on the new version of Tmux (3.1...
I've done some more digging and it looks like the completion source is adding those truncations. However, the question still remains about the `~` character at the end of the...
I would like to see this feature implemented as well. To me, it doesn't make much sense that some 3rd party Fish prompts use terminal colors by default but Fish...
@emarsk Thanks, I'll try doing it manually, I agree that that's the best way to go for now. And yeah you are right most Vim colorschemes don't use terminal colors....
I'm also having the same problems using compose on a remote machine via SSH, have seen this with `logs` and `down`.