From 678c52909b8f5109d4a715a6065298279c1146a5 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 25 Oct 2020 18:44:18 +0100 Subject: [PATCH] Remove lsp code actions on the sideline --- +ui.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))