Turn off lsp-eldoc-enable-hover

This commit is contained in:
David Morgan 2022-06-10 13:31:22 +01:00
parent f0fade0180
commit 80dc64a09d
1 changed files with 3 additions and 2 deletions

View File

@ -40,9 +40,10 @@
lsp-modeline-code-actions-enable nil
lsp-modeline-diagnostics-enable nil
lsp-treemacs-theme "Iconless"
;; user cider for indendation and completion instead
;; user cider for indendation, completion and eldoc instead
lsp-enable-indentation nil
lsp-completion-enable nil))
lsp-completion-enable nil
lsp-eldoc-enable-hover nil))
(provide 'init-lsp)
;;; init-lsp.el ends here