1
0
Fork 0

fix(emacs): change completion styles order

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-29 12:05:11 -05:00
parent 9e8d626362
commit 36f18dcc65
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -166,6 +166,7 @@
;; Company completion ;; Company completion
(keymap-global-set "M-SPC" #'company-complete) (keymap-global-set "M-SPC" #'company-complete)
(setq completion-styles '(basic orderless))
;; LSP ;; LSP
(setq lsp-inlay-hint-enable t) (setq lsp-inlay-hint-enable t)