1
0
Fork 0

fix(emacs): add explicit company completion keybind

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-24 19:37:10 -05:00
parent e9aebfbb15
commit 03ed4b529b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -142,6 +142,9 @@
(meow-setup) (meow-setup)
;; Company completion
(keymap-global-set "M-SPC" #'company-complete)
;; LSP ;; LSP
(setq lsp-inlay-hint-enable t) (setq lsp-inlay-hint-enable t)
(setq lsp-ui-doc-include-signature t) (setq lsp-ui-doc-include-signature t)