From 6607b9a6827e746ed8e87fb12a03051caf809aa4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Jun 2019 14:35:08 +0200 Subject: Emacs: tweak lsp-ui configuration --- emacs/.emacs.d/main.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit 1.4.1