Utkarsh Verma

Results 90 issues of Utkarsh Verma

In the new versions of `chafa`, some extra sixel escape sequences are sent which messes up image previews in `lf`. The fix is to add an extra `--polite=on` to avoid...

**Is your feature request related to a problem? Please describe.** I use deno_fmt to autoformat my blog posts which are written in Markdown. My blog posts are built with [Hugo](https://gohugo.io/)...

enhancement
needs investigation

I have a cross-compiled project where I was trying to get standard header path extraction to work. In my environment, `arm-none-eabi-gcc` is resolved by default to `/usr/sbin/arm-none-eabi-gcc`. What I find...

### Requirements - [X] This feature isn't just a vague idea and can have a good practical solution. - [X] I'm completely sure that this feature fits into this plugin....

enhancement

I am trying to create a `trash` command that mimics the built-in `delete` command by doing the following: - Prompt the user: `trash 'filename' ? [y/N] ` - User presses...

I just noticed that last release is from May, 2023. On neovim v0.9.5, that release is not new enough as it misses out newer functions such as `nvim_get_hl`. Would it...

This patch adds support for relative paths to `START_FROM_FILE_PATCH`.

As someone new to the Unikraft project, I was reading the docs to understand more about the ecosystem. In the process, I noticed a few articles where I thought having...

enhancement

This patch introduces support for OSC133 as discussed in #126. It borrows veltza's st-sx implementation and introduces two new key bindings, `` to scroll between prompts.

I wanted to use the externalpipe patch define a keymap for copying any command output from the terminal. Still, segregating commands from each other was challenging. After doing a bit...