Benedikt Müller

Results 34 issues of Benedikt Müller

Indention style was already discussed in #131 with the conclusion of following the nixpkgs style of using two spaces, which obviously is the right choice for a project aiming to...

enhancement
needs triage

When trying to map `^=` and `^-` to (un)stage entries, the log shows they are registered as being pressed without the control key. This being a common terminal limitation, there...

enhancement

When the user explicitly has set the `XDG_*` variables, tealdeer should use them on macOS like it does on Linux, falling back to Mac conventions if not set.

enhancement

**What is the name of this language in Linguist?** Not included there. **Link to GitHub repository of Vim plugin** https://github.com/fladson/vim-kitty **Is this plugin well maintained?** 👍 **Is this plugin lightweight?...

enhancement

### Check for existing issues - [X] Completed ### Language HJSON ### Tree Sitter parser link https://github.com/winston0410/tree-sitter-hjson ### Language server link _No response_ ### Misc notes JSON for Humans

language

### Check for existing issues - [X] Completed ### Describe the feature [Dash](https://kapeli.com/dash) is an API documentation browser for macOS. It would be nice to have it integrated into Zed,...

needs infrastructure

Right now, the only options seem to be to import old Arc export data, or Moves export data. As I've used Google Maps timeline before, it would be great if...

Currently Helix only shows LSP diagnostics when the cursor is on the specific characters the diagnostic is for. Sometimes this can be hard to find, sometimes the characters are not...

C-enhancement
A-helix-term

### Check for existing issues - [X] Completed ### Describe the feature Zed should support [direnv](https://direnv.net), to enable using a different environment (espeacially `$PATH`) for different projects. In combination with...

enhancement
priority request

Using Pandoc to convert Markdown to LaTeX, you can do citations like `[see @foo2000,67-76]`, which will get converted to `\autocite[see][67-76]{foo2000}`, it also allows one to use `67\psq` and `67\psqq` for...