docs(julia): reformat & fix package/flag links
This commit is contained in:
parent
881defae2d
commit
59f3568217
1 changed files with 9 additions and 8 deletions
|
@ -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 Lisp’s SLIME and Clojure’s 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 Lisp’s SLIME and Clojure’s 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue