Replace ivy with vertico
This commit is contained in:
parent
234645b604
commit
5074f44b14
4
+ui.el
4
+ui.el
|
@ -26,8 +26,8 @@
|
||||||
lsp-ui-sideline-show-code-actions nil
|
lsp-ui-sideline-show-code-actions nil
|
||||||
lsp-modeline-code-actions-enable nil))
|
lsp-modeline-code-actions-enable nil))
|
||||||
;; Shrink minibuffer
|
;; Shrink minibuffer
|
||||||
(after! ivy
|
(after! vertico
|
||||||
(setq ivy-height 10))
|
(setq vertico-count 10))
|
||||||
;; Eliminate gaps between windows
|
;; Eliminate gaps between windows
|
||||||
(after! frame
|
(after! frame
|
||||||
(remove-hook 'doom-init-ui-hook #'window-divider-mode))
|
(remove-hook 'doom-init-ui-hook #'window-divider-mode))
|
||||||
|
|
7
init.el
7
init.el
|
@ -16,9 +16,10 @@
|
||||||
(company + tng) ; the ultimate code completion backend
|
(company + tng) ; the ultimate code completion backend
|
||||||
;;helm ; the *other* search engine for love and life
|
;;helm ; the *other* search engine for love and life
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
(ivy ; a search engine for love and life
|
;;(ivy ; a search engine for love and life
|
||||||
+fuzzy ; fuzzy search is a millenial thing
|
;;+fuzzy ; fuzzy search is a millenial thing
|
||||||
+icons) ; prettify the small thingss
|
;;+icons) ; prettify the small thingss
|
||||||
|
(vertico +icons) ; The search engine of the future
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
;;deft ; notational velocity for Emacs
|
;;deft ; notational velocity for Emacs
|
||||||
|
|
Loading…
Reference in New Issue