Patrick McFarland
Patrick McFarland
I use Debian, this is currently what is in my `.bashrc` to work on Debian, but also other distros: ```bash if [ -f /usr/share/bash-completion/completions/fzf ]; then source /usr/share/bash-completion/completions/fzf fi if...
This looks identical to if I executed `glow -s light`. I suspect iTerm2 is saying (via `$COLORFGBG` or `OSC 11`) that you're on a light terminal theme. I have not...
I wonder if this is related to my issue. On a machine with an Intel onboard GPU (a laptop, no DGPU), a fullscreen Alacritty is always displayed on every Windows...
Shouldn't the question be answered as, simply, check if $TERM is set, and if you don't want to handle the particularities of terminals, pretend all terminals comply to the modern...
1) It is not the job of a program running in a terminal to know if the terminal supports any of those. Any program that wishes to support that either...
Combined with https://git.sr.ht/~whynothugo/lsp_lines.nvim, being able to have all the inlay hints take up their own virtual line instead of being at the end, would be a real winner. I use...
I saw that by spying on your GH account. Is this a more flexible generic version of what has grown up in rust-tools?
AFAIK, the answer is currently yes.
Side note for those who are following this ticket: https://github.com//termstandard/colors is the best documentation out there for what supports COLORTERM. Windows Terminal is already on this list, even though it...
`COLORTERM` only has one meaningful value: `truecolor`. If a terminal isn't true color, the variable should remain unset.