fix(emacs): add explicit company completion keybind
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e9aebfbb15
commit
03ed4b529b
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue