diff --git a/+ui.el b/+ui.el index ce683d0..c362705 100644 --- a/+ui.el +++ b/+ui.el @@ -20,7 +20,8 @@ (after! lsp-ui (setq lsp-ui-doc-enable nil lsp-signature-auto-activate nil - lsp-enable-symbol-highlighting nil)) + lsp-enable-symbol-highlighting nil + lsp-ui-sideline-show-code-actions nil)) ;; Shrink minibuffer (after! ivy (setq ivy-height 12))