Results 638 comments of Junegunn Choi

Thanks for the suggestion. Maybe it's slightly beyond the scope of redis-stat as it was initially designed as a simple command-line tool like vmstat, iostat, etc. The `--server` option was...

No option for that currently. You can refer to http://www.sinatrarb.com/configuration.html if you want to modify the code to your liking.

This usually happens when you have a typo in a Plug argument. Make sure that you typed my handle correctly when you tested it.

> seoul256 theme is displayed far brighter than needed Thanks, but actually that is the color palette I originally intended. Gauge the background color of the screenshot on the README...

> Intended? Probably not. I'm just a Mac user and I think I accepted those pull requests without actually trying them out.

What you're seeing is a fugitive buffer, not a terminal output. Since modern versions of Vim have built-in terminal emulator, we can use it to show the terminal output of...

It's something in your config. You'll have to figure out what is effectively causing limelight to stop. e.g. If you're reloading colorscheme on `BufWritePost`, that'll clear `hi LimelightDim` unless you...

@anki-code This might be of your interest. https://github.com/junegunn/fzf/commit/d274d093afa667a6ac5ee34579807de195ade784

What exactly are you trying to implement here? fzf doesn't support persisting and restoring its internal states between processes, because of its asynchronous nature and because there are just too...

Please test if the new 0.52.1 improves the situation.