fix(emacs): configure lsp ui
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
905eba8979
commit
6b59dd0a76
1 changed files with 11 additions and 0 deletions
|
@ -55,6 +55,17 @@
|
||||||
|
|
||||||
;; LSP
|
;; LSP
|
||||||
(setq lsp-inlay-hint-enable t)
|
(setq lsp-inlay-hint-enable t)
|
||||||
|
(setq lsp-ui-doc-include-signature t)
|
||||||
|
(setq lsp-ui-doc-header t)
|
||||||
|
(setq lsp-ui-doc-border (face-foreground 'default))
|
||||||
|
(setq lsp-ui-sideline-show-code-actions t)
|
||||||
|
(custom-set-faces
|
||||||
|
'(lsp-ui-doc-header ((t (:inherit nano-strong :background-color nano-dark-background)))))
|
||||||
|
|
||||||
|
(setq lsp-java-configuration-runtimes
|
||||||
|
'[(:name "JavaSE-21"
|
||||||
|
:path "/usr/lib/jvm/java-21-openjdk"
|
||||||
|
:default 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