1
0
Fork 0

fix(emacs): enable inlay type hints

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-12-29 04:39:18 -05:00
parent d38c2222c1
commit b02e7be07f
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)