Julia and Nova?

Hi all.

I wonder if anyone is using Nova with Julia?
I do not like Visual Code Studio and I wonder what IDE are you using

emacs with lsp-mode, projectile, ivy, etc; it can’t be beat. no silly interface to get in the way of coding. setup can be a bit painful if you’re not proficient with elisp. my fingers never leave the keyboard and code browsing is frictionless. I also tried vs code and my productivity went down.

It is possible in principle as Nova supports the Language Server interface LanguageClient - Nova which is implemented for Julia as well. But someone needs to take care of setup (or make a Nova plugin that takes care of setup). If you want to contribute that to the Nova and Julia communities, this is probably where you should start: Nova