@@ -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!