From 1298ebdcf7dd75efb364e8235ecafa293a7dc574 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 9 Nov 2020 11:58:12 +0100 Subject: [PATCH] Remove lsp code actions on the modeline --- +ui.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/+ui.el b/+ui.el index c362705..2a19bd5 100644 --- a/+ui.el +++ b/+ui.el @@ -21,7 +21,8 @@ (setq lsp-ui-doc-enable nil lsp-signature-auto-activate nil lsp-enable-symbol-highlighting nil - lsp-ui-sideline-show-code-actions nil)) + lsp-ui-sideline-show-code-actions nil + lsp-modeline-code-actions-enable nil)) ;; Shrink minibuffer (after! ivy (setq ivy-height 12))