Philipp Mildenberger

Results 38 issues of Philipp Mildenberger

This PR adds support for multiple language servers per language. Language Servers are now configured in a separate table in languages.toml: ```toml [langauge-server.mylang-lsp] command = "mylang-lsp" args = ["--stdio"] config...

A-language-server
A-helix-term
S-waiting-on-pr

This PR allows retaining the current selected option in either the menu or the picker, when calling `score` (as long, as it's still in there, after calling `score`). This is...

A-helix-term
S-waiting-on-review

While using fugitive with coc-git (great combination btw.), I've noticed it might make sense to show the staged status of lines in the gutter bar as well. With this feature...

enhancement

[libconfig](https://hyperrealm.github.io/libconfig/) seems to be similar to the other configuration languages. There is a python lib ([jsonlibconfig](https://github.com/imZack/jsonlibconfig)), which supports json libconfig conversion already, which might be considered to support this feature...

enhancement

I'm not sure if this is the right place, but this seems to be some kind of bug. #### Here's what I did Tried to create a hiking route, but...

enhancement | feature :zap:
on hold :hand:

It would be nice to have support for something like exas `--sort` feature, which I often use. exa supports the following: `name, Name, size, extension, Extension, modified, accessed, created, inode,...

kind/enhancement

In XMonad contrib there's a features called [Promote](https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Actions-Promote.html) which I often use(d). Citing the description: > Moves the focused window to the master pane. All other windows retain their order....

enhancement

This PR adds support for path completion. It supports the following: * Autocompletion is triggered with `/`. * Documentation preview (file permissions, canonicalized path). * shell expansion (e.g. `~/path`, `$HOME/path`,...

A-helix-term
S-waiting-on-review

Previously the `.git` dir was searched with the global search, I don't think that's intended (as the default file picker does ignore it), so I synced the `WalkBuilder` configs.

This is not tested, but while implementing #155, I think this seems to be broken, since there's no `cTable`, I think this should be enough to fix it...