diff options
-rw-r--r-- | emacs/.emacs.d/main.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 7b53734..31cd760 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -494,7 +494,9 @@ With two prefix arguments, write out the day and month name." (use-package lsp-ui :after lsp-mode :ghook ('lsp-mode-hook) - :custom ((lsp-ui-sideline-enable nil))) + :custom ((lsp-ui-sideline-enable nil) + (lsp-ui-doc-mode nil) + (lsp-ui-snippet-mode nil))) ;; Inside a javascript project, it's common to install tools locally to ;; the project. This will allows emacs to find their executables. |