add doc popup config

Amolith created

Change summary

dot_doom.d/config.org.tmpl | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

dot_doom.d/config.org.tmpl 🔗

@@ -102,6 +102,12 @@ you have to press a few bindings. This makes that automatic.
 (global-set-key (kbd "C-x 3") 'amo/split-window-right-and-switch)
 #+END_SRC
 
+** LSP Settings
+#+BEGIN_SRC emacs-lisp
+(setq lsp-ui-doc-max-height 13)
+(setq lsp-ui-doc-show-with-cursor t)
+#+END_SRC
+
 * Org Mode settings
 If you use ~org~ and don't want your org files in the default location below,
 change ~org-directory~. It must be set before org loads!