Corey Alexander
Corey Alexander
I am working on getting an PR out to work on this and wanted to bounce some ideas off ya! I thought I might as well add support for using...
> Is it… a convenience around escape sequences? I think that is part of it! The other part, which I will admit is probably a more theroretical argument, is that...
This issues seems to be closed by #393! The ENV VAR is `SBR_DEBUG_MODE` and you need version `>= 0.7.3` to use it!
With the `ls` subcommand this has gotten a _bit_ simpler. Here is my current config ```shell #/usr/bin/env bash _muxed_completions() { if [ "$COMP_CWORD" -eq 1 ]; then local commands="$(compgen -W...
Looking into this a bit the `atty` crate seems like the cross-platform way to do this (detect if the Stream is a TTY). https://crates.io/crates/atty Would that be an acceptable dependency...
> I just recently had a my first child Congrats!! > which has put off my work on the other feature requests. You weren't, but never need to apologize! This...
Getting started on this, this evening!
Resolves #3702
Used @dkarter's [comment](https://github.com/ryanoasis/vim-devicons/issues/106#issuecomment-354629715) as a starting point, and made some performance improvements and added some git diff support as well. TLDR: [Wrote a tool](https://github.com/coreyja/devicon-lookup) to do the devicon lookup in...
@jonasstenberg hmm do you have a nerd font compatible font installed? And do you see Dev icons elsewhere, assuming you have this, vim-devicons, plugin installed?