diff --git a/init.el b/init.el index 184a124..3170fa1 100644 --- a/init.el +++ b/init.el @@ -82,6 +82,11 @@ ;; Rainbow-Mode (show hex strings in color) (use-package rainbow-mode) +;; Vertico (completion helper) +(use-package vertico + :config + (vertico-mode)) + ;; Editorconfig support (use-package editorconfig :config