Add vertico
This commit is contained in:
parent
31b718f975
commit
cb4f18ed0d
1 changed files with 5 additions and 0 deletions
5
init.el
5
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue