From 9526e32760bfa4c0b770069cc86e5c7425da7f5c Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 17 May 2020 09:29:17 +0100 Subject: -lsp-ui-doc-mode hooks In hindsight, lsp-ui-mode only makes lsp-mode more intrusive, slow and buggy. It's better to rely on other Emacs and Doom systems (+lookup* for example) for some of the stuff that it gives rather than it. --- Doom/.doom.d/org/config.org | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Doom/.doom.d') diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index eccf5a8..5d3105a 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -239,14 +239,6 @@ Emacs doesn't have the full range of styles that I want, so lemme just do it mys (statement-cont . +)))) (add-hook 'cc-mode-hook #'(lambda () (interactive) (c-set-style "user")))) #+END_SRC -** LSP -Add lsp-ui-doc-mode to lsp-ui-mode: allows you to see documentation in a little -VSCode style web-kit window. -#+BEGIN_SRC elisp -(after! lsp - (add-hook 'lsp-mode-hook #'lsp-ui-doc-mode) - (setq lsp-ui-doc-position 'top)) -#+END_SRC ** CSharp - I have custom installed the omnisharp roslyn executable, so I'd rather use that -- cgit v1.2.3-13-gbd6f