Could someone share his lsp config? ( I don’t mind if it’s lsp-mode or eglot)
I posted a mirror of my emacs config to github a couple weeks ago. The parts pertaining to eglot with julia can be found at the link below. Note that (straight-use-package '(eglot-jl :type git :host github :repo "non-Jedi/eglot-jl" :files ("*.el" "*.jl" "*.toml"))))
can probably be simply (straight-use-package 'eglot-jl)
now that it’s on melpa.
https://github.com/non-Jedi/.emacs.d/blob/master/lisp/julia-config.el
3 Likes