Replace ivy with vertico

This commit is contained in:
2021-07-31 13:39:27 +01:00
parent 234645b604
commit 5074f44b14
2 changed files with 6 additions and 5 deletions

4
+ui.el
View File

@@ -26,8 +26,8 @@
lsp-ui-sideline-show-code-actions nil
lsp-modeline-code-actions-enable nil))
;; Shrink minibuffer
(after! ivy
(setq ivy-height 10))
(after! vertico
(setq vertico-count 10))
;; Eliminate gaps between windows
(after! frame
(remove-hook 'doom-init-ui-hook #'window-divider-mode))