Johannes Altmanninger
Johannes Altmanninger
> what's your distribution? Arch Linux, [here](https://github.com/archlinux/svntogit-packages/blob/eaa794478cde8da5cd3088f78fab3a9af18405b0/trunk/PKGBUILD) is the xterm build configuration. Probably some configure flag is missing but I don't really care. > In my minimal fish config, one...
This is more complicated than expected. I realized I still haven't managed to configure tmux correctly - it only worked when writing to /dev/tty - I used a similar workaround...
this is intriguing, seems very useful. > I'm still not happy with the vendor dirs On a first glance, 2 or 3 sound like viable options. I certainly would like...
I think history autosuggestion alway takes precedence over the file-based one. The `git clone` use case probably requires changing that, unless you clone your repos from leaf directories. Anyway, preferring...
On Sun, Oct 30, 2022 at 03:08:34AM -0700, Mate Soos wrote: > We have now moved to FRAT, and the `frat-rs` verifier, here: https://github.com/digama0/frat/issues This removes the issues of deleting...
> So, just want to ping and emphasize that there is some interest in merging it I think the Julia LSP Unicode input use case is not so strong because...
I took a quick look, AFAICT the difference between this patch and a snippet-based solution is that snippets can only expand the value (`\xi` to `ξ`) *after* the completion has...
I've implement the LSP filterText support via snippet expansion in https://github.com/kak-lsp/kak-lsp/commit/25076db47cd50e209823adb8c59e968aff57ba68 There are two small UI differences to using this patch. To test, either run Kakoune without this patch or...
Good point, yeah kak-lsp could add a label if missing (although I'd prefer not to, an LSP client shouldn't get creative here). Indeed the Julia language server already sets `label`...
Nevermind I don't think we can safely make up a label, mostly because that property is mandatory in LSP.