diff --git a/+ui.el b/+ui.el index 70eaca5..ada8790 100644 --- a/+ui.el +++ b/+ui.el @@ -23,17 +23,16 @@ (setq lsp-ui-doc-enable nil lsp-signature-auto-activate nil lsp-enable-symbol-highlighting nil - lsp-ui-sideline-show-code-actions nil - lsp-modeline-code-actions-enable nil)) + lsp-ui-sideline-enable nil + lsp-modeline-code-actions-enable nil + lsp-headerline-breadcrumb-enable nil + lsp-len-enable nil)) ;; Shrink minibuffer (after! vertico (setq vertico-count 8)) ;; Eliminate gaps between windows (after! frame (remove-hook 'doom-init-ui-hook #'window-divider-mode)) -;; Disable lsp header line -(after! lsp-mode - (setq lsp-headerline-breadcrumb-enable nil)) ;; Shrink terminal buffer (set-popup-rule! "^\\*vterm" :size 0.1 :vslot -4 :select t :quit nil :ttl 0) ;; Show matching parenthesis on the minibuffer