Remove lsp code actions on the sideline

This commit is contained in:
2020-10-25 18:44:18 +01:00
parent 2e221b913e
commit 678c52909b

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