Skip to content
Snippets Groups Projects
Commit d11aeec1 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Enable hint display in lsp buffers

parent c5e5a2a4
No related branches found
No related tags found
No related merge requests found
......@@ -653,7 +653,6 @@ Turn off validate link in org html export:
)
#+end_src
** Source code evaluation
......@@ -917,6 +916,7 @@ Install =rust-mode= and set the rust language server to [[https://rust-analyzer.
(use-package rust-mode
:custom
(lsp-rust-server 'rust-analyzer)
(lsp-inlay-hint-enable t)
)
#+end_src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment