Remove lsp code actions on the sideline

This commit is contained in:
coolneng 2020-10-25 18:44:18 +01:00
parent 2e221b913e
commit 678c52909b
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

3
+ui.el
View File

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