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 ::
|
||||
Leverages tree-sitter for better syntax highlighting and structural text
|
||||
editing. Requires [[doom-module::tools tree-sitter]].
|
||||
- +snail :: Use Snail, a development environment and REPL interaction package
|
||||
for Julia in the spirit of Common Lisp’s SLIME and Clojure’s CIDER. It enables
|
||||
convenient and dynamic REPL-driven development.
|
||||
- +snail ::
|
||||
Use Snail, a development environment and REPL interaction package for Julia in
|
||||
the spirit of Common Lisp’s SLIME and Clojure’s CIDER. It enables convenient
|
||||
and dynamic REPL-driven development.
|
||||
|
||||
** Packages
|
||||
- [[doom-package:julia-mode]]
|
||||
- [[doom-package:julia-repl]]
|
||||
- if [[doom-package:+lsp]]
|
||||
- if [[doom-module:+lsp]]
|
||||
- if [[doom-module::tools lsp]]
|
||||
- [[doom-package:lsp-julia]]
|
||||
- [[doom-package:lsp]]
|
||||
- if [[doom-module::tools lsp +eglot]]
|
||||
- [[doom-package:eglot-jl]]
|
||||
- [[doom-package:eglot]]
|
||||
- if [[doom-package:][+snail]]
|
||||
- [[doom-package:][julia-snail]]
|
||||
- if [[doom-module:+snail]]
|
||||
- [[doom-package:julia-snail]]
|
||||
|
||||
** Hacks
|
||||
/No hacks documented for this module./
|
||||
|
@ -63,8 +64,8 @@ Pkg.add("LanguageServer")
|
|||
Pkg.add("SymbolServer")
|
||||
#+end_src
|
||||
|
||||
Then configure [[doom-package:lsp-julia]] or [[doom-package:eglot-jl]] depending on whether you have enabled
|
||||
[[doom-module::tools lsp]] or [[doom-module::tools lsp +eglot]], respectively:
|
||||
Then configure [[doom-package:lsp-julia]] or [[doom-package:eglot-jl]] depending on whether you have enabled [[doom-module::tools
|
||||
lsp]] or [[doom-module::tools lsp +eglot]], respectively:
|
||||
|
||||
*** =lsp-julia=
|
||||
To instruct [[doom-package:lsp-julia]] not to use the built-in package:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue