diff options
Diffstat (limited to 'doom.d/modules/config.org')
-rw-r--r-- | doom.d/modules/config.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org index f012982..3d895ae 100644 --- a/doom.d/modules/config.org +++ b/doom.d/modules/config.org @@ -176,6 +176,14 @@ Emacs doesn't have the full range of styles that I want, so lemme just do it mys (label . 0) (statement-cont . +))))) #+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-mode + (add-hook 'lsp-mode-hook #'(lambda () (lsp-ui-doc-mode +1)))) +(after! lsp-ui + (setq lsp-ui-doc-position 'top)) #+END_SRC ** CSharp - I have custom installed the omnisharp roslyn executable, so I'd rather use |