blt-r

Results 17 comments of blt-r

I packaged Helix as a flatpak. I wrote the appstream metadata myself, because I didn't find it anywhere. Also I made the package to work both on x86_64 and aarch64...

> Just fyi on https://github.com/blt-r/helix-flatpak/blob/main/com.helix_editor.Helix.yml#L4 should this be 22.12 instead of 22.08 No, 22.08 is version of `org.freedesktop.Sdk`, not the version of Helix

Helix is now [available on Flathub](https://flathub.org/apps/details/com.helix_editor.Helix). Some things about this package: - Your config will be in `~/.var/app/com.helix_editor.Helix/config/helix` - To use language servers installed on host system you will have...

The flatpak is running inside of a container, which means it doesn't integrate with your host system and can't access executables installed on it. If you want helix to be...

You don't need cargo to install helix. Read through that file, it explains how to add sdk extensions for different languages. To get clangd you will need llvm16 sdk extension....

Is it even possible to configure pyright? In my languages.toml I have: ``` [[language]] name = "python" language-server = { command = "pyright-langserver", args = ["--stdio"] } config = """...

Just tried it, it doesn't work. I tried copy-pasting different configs I found on the internet, nothing works

Same for me. When launching vscode with `--ozone-platform-hint=auto`, `app_id` is set to `code-url-handler`

Do you plan on making a PR to fix the issue upstream?

Also, it runs for every single prompt (or even twice per prompt?) instead of only when `$PWD` is changing. This is caused by `--on-variable fish_prompt_pwd_dir_length`. I know the standard `prompt_pwd`...