Oliver Caldwell

Results 299 comments of Oliver Caldwell

Hm, I'm using 0.10 with the new default colorscheme and tree sitter disabled but it all works fine for me 🤔 I can't reproduce the issue, maybe it's because I...

Still can't reproduce the issue on `NVIM v0.10.0-dev-1938+g242261d4e` with Clojure's tree sitter module uninstalled, the theme set to `default`. Everything works as expected for me, What is the issue you're...

This is a good summary of the benefits of tree sitter https://thevaluable.dev/tree-sitter-neovim-overview/ For Conjure specifically you get accuracy in some cases (allowing you to evaluate things like Clojure deref, set...

This looks like the issue as I suspected: `:file "jar:file:/C:/Users/abhin/.m2/repository/org/clojure/clojure/1.10.3/clojure-1.10.3.jar!/clojure/core.clj"` The path may need a different prefix and I'm not sure if we need different slashes for Windows in this...

Also you should get some output when running `:let zipPlugin_ext` if you have the required zip plugin loaded. If not, maybe something is disabling it because it's a builtin feature.

If someone can give me a zipfile path that works on their windows machine I can make sure Conjure uses that, I don't have access to Windows right now though...

So some clients already have config to change their startup command: https://github.com/Olical/conjure/blob/2482871cbe0d1b85d331465cf7f065d5d2a7e2ac/doc/conjure-client-python-stdio.txt#L60-L63 Maybe that could be used to instead start some other CLI program that redirects output over the network...

This is really cool, thanks for sharing! This should work great when I can refactor the nREPL support into a reusable layer.

Started work on this, I can't get guix installed on arch so far though, the AUR builds the package ~3 of them have failing tests and won't install. I guess...

So guix has been removed from debian testing (not sure why) so I tried to use stable but that requires a daemon which requires extra dependencies and I still can't...