docs(julia): reformat & fix package/flag links

This commit is contained in:
Henrik Lissner 2024-04-05 11:56:48 -04:00 committed by Yann Esposito (Yogsototh)
parent e60b07e4e3
commit f91d6beaa1
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -20,22 +20,23 @@ This module adds support for [[https://julialang.org/][the Julia language]] to D
- +tree-sitter :: - +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text Leverages tree-sitter for better syntax highlighting and structural text
editing. Requires [[doom-module::tools tree-sitter]]. editing. Requires [[doom-module::tools tree-sitter]].
- +snail :: Use Snail, a development environment and REPL interaction package - +snail ::
for Julia in the spirit of Common Lisps SLIME and Clojures CIDER. It enables Use Snail, a development environment and REPL interaction package for Julia in
convenient and dynamic REPL-driven development. the spirit of Common Lisps SLIME and Clojures CIDER. It enables convenient
and dynamic REPL-driven development.
** Packages ** Packages
- [[doom-package:julia-mode]] - [[doom-package:julia-mode]]
- [[doom-package:julia-repl]] - [[doom-package:julia-repl]]
- if [[doom-package:+lsp]] - if [[doom-module:+lsp]]
- if [[doom-module::tools lsp]] - if [[doom-module::tools lsp]]
- [[doom-package:lsp-julia]] - [[doom-package:lsp-julia]]
- [[doom-package:lsp]] - [[doom-package:lsp]]
- if [[doom-module::tools lsp +eglot]] - if [[doom-module::tools lsp +eglot]]
- [[doom-package:eglot-jl]] - [[doom-package:eglot-jl]]
- [[doom-package:eglot]] - [[doom-package:eglot]]
- if [[doom-package:][+snail]] - if [[doom-module:+snail]]
- [[doom-package:][julia-snail]] - [[doom-package:julia-snail]]
** Hacks ** Hacks
/No hacks documented for this module./ /No hacks documented for this module./
@ -63,8 +64,8 @@ Pkg.add("LanguageServer")
Pkg.add("SymbolServer") Pkg.add("SymbolServer")
#+end_src #+end_src
Then configure [[doom-package:lsp-julia]] or [[doom-package:eglot-jl]] depending on whether you have enabled Then configure [[doom-package:lsp-julia]] or [[doom-package:eglot-jl]] depending on whether you have enabled [[doom-module::tools
[[doom-module::tools lsp]] or [[doom-module::tools lsp +eglot]], respectively: lsp]] or [[doom-module::tools lsp +eglot]], respectively:
*** =lsp-julia= *** =lsp-julia=
To instruct [[doom-package:lsp-julia]] not to use the built-in package: To instruct [[doom-package:lsp-julia]] not to use the built-in package: