ranelpadon
ranelpadon
#### Description We have interesting use case recently, and that is, to render a PDF preview without hitting the db. We realized that we could use the `build` strategy which...
**Describe the bug** Neovim has known color scheme issue with `bat`'s preview utility which is usually used together with `fzf.vim`. Basically, Neovim unsets the `COLORTERM` envvar which `bat` relies on....
Is it possible to add settings to customize the padding between the border and the contents? Just like what someone did here: Soure: https://www.reddit.com/r/vim/comments/di4gh8/a_floating_terminal_with_borderpadding/ The author then pointed to his...
Thanks for this awesome tool! :) I usually have these use cases when working with our Python/Django projects: - printing to terminal: `ic()` with context and custom prefix - piping...
**Describe the bug** We have Django files/settings that have intentional import ordering to avoid issues. Hence, we exclude them when fixing the imports using `isort` via `skip_glob` option. This is...