Remove lsp code actions on the modeline

This commit is contained in:
coolneng 2020-11-09 11:58:12 +01:00
parent c676f90d13
commit 1298ebdcf7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

3
+ui.el
View File

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