Remove lsp code actions on the modeline
This commit is contained in:
parent
c676f90d13
commit
1298ebdcf7
3
+ui.el
3
+ui.el
|
@ -21,7 +21,8 @@
|
||||||
(setq lsp-ui-doc-enable nil
|
(setq lsp-ui-doc-enable nil
|
||||||
lsp-signature-auto-activate nil
|
lsp-signature-auto-activate nil
|
||||||
lsp-enable-symbol-highlighting 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
|
;; Shrink minibuffer
|
||||||
(after! ivy
|
(after! ivy
|
||||||
(setq ivy-height 12))
|
(setq ivy-height 12))
|
||||||
|
|
Loading…
Reference in New Issue