lsp-mode: Add inline hints
Add config to show some inline hints.
This commit is contained in:
parent
a5cd8df8f4
commit
0d5d721da9
1 changed files with 4 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue