feat(corfu): add snippets

Yasnippet is now properly integrated! A previosly-unset default has now
been given to `corfu-on-exact-match`. With snippets, it causes immediate
expansion upon single match by default, so we set it to nil and
recommend against changing it in the README.
This commit is contained in:
Luigi Sartor Piucco 2023-07-26 19:57:21 -03:00
parent 6949451b00
commit 968a897530
No known key found for this signature in database
GPG key ID: 6FF1A01853A47A66
3 changed files with 12 additions and 1 deletions

View file

@ -9,3 +9,5 @@
(package! orderless :pin "b24748093b00b37c3a572c4909f61c08fa27504f"))
(when (modulep! :os tty)
(package! corfu-terminal :pin "501548c3d51f926c687e8cd838c5865ec45d03cc"))
(when (modulep! :editor snippets)
(package! yasnippet-capf :pin "9043f8275176a8f198ce8e81fadab1870fa165bb"))