fix(emacs): enable inlay type hints
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
d38c2222c1
commit
b02e7be07f
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
||||||
(url-copy-file (cdr f) (car f) t))
|
(url-copy-file (cdr f) (car f) t))
|
||||||
file-path-urls)))))
|
file-path-urls)))))
|
||||||
|
|
||||||
|
;; LSP
|
||||||
|
(setq lsp-inlay-hint-enable t)
|
||||||
|
|
||||||
;; Git Gutter
|
;; Git Gutter
|
||||||
(global-git-gutter-mode +1)
|
(global-git-gutter-mode +1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue