basbebe

Results 64 comments of basbebe

> @dzamo before I used jdt.ls I used this one: > https://github.com/georgewfraser/java-language-server > > It gave me less problems to compile and it was easier to set up but I...

Great! > But having them exported as "non-protected" does not make them less secure. They are "just" visible as plaintext when you unlock your database and view tab with custom...

thanks! so it is also default behavior now to not show the buffers index and make them swichtable in buffers/mode like in the screenshot?

> Do you have a `repl-new` command? I fear I do not.

hm… `kitty-repl` works fine, thanks. So should I have added an alias myself or is this a bug in kakoune?

I'm on Kakoune 2020.09.01 and I don't have `repl-new` implemented… 🤔 `kitty-repl` has the alias `repl`…

https://github.com/mawww/kakoune/commit/87f9be67235d43222cd37c2dacc542271d26850f It was only commited on September 1st though – I'm not sure if it was in the release

`/usr/local/Cellar/kakoune/2020.09.01/share/kak/rc/windowing/repl/kitty.kak` ``` […] alias global repl kitty-repl alias global send-text kitty-send-text } ```

nice! thanks for the hint. I just used `nnn %val{runtime}` now! By the way: I have a few environment variables set for nnn. Would be nice if they were used...