lsp-mode: Add inline hints

Add config to show some inline hints.
This commit is contained in:
finga 2024-09-12 10:36:33 +02:00
parent a5cd8df8f4
commit 0d5d721da9

View file

@ -51,4 +51,7 @@
:hook :hook
(python-mode . lsp-deferred) (python-mode . lsp-deferred)
(rust-mode . lsp-deferred) (rust-mode . lsp-deferred)
(toml-mode . lsp-deferred)) (toml-mode . lsp-deferred)
:config
(lsp-inlay-hints-mode)
(setq lsp-inlay-hint-enable t))