Commit graph

12 commits

Author SHA1 Message Date
111cd5de5f Make checkdoc happy 2023-06-26 11:54:40 +02:00
b926821097 Change the name of customization variable in the readme to match code 2023-06-26 11:25:07 +02:00
88e4fce36c Make package-lint happy
Also bumping version to 1.2
2023-06-26 11:22:40 +02:00
ef8c36c6d8 Bumped version to 1.1 2023-05-24 11:45:20 +02:00
b298e28bd9 Fixed previous commit and made condition comments more descriptive 2023-05-24 11:41:27 +02:00
23a07957bc Fix not hiding the overlay even when corfu overlay is not shown
corfu--frame can be nil so had to take this into account as well.
2023-05-24 10:14:58 +02:00
5f3e3fefe4 Add mono-complete reference under prior art section of readme 2023-05-13 10:41:26 +02:00
ca6c1b545c Added readme and bumped version to 1.0 2023-05-08 16:40:56 +02:00
cf6ddeffab Rename faces to reasemble non-internal names
Added provides to allow loading using use-package.
2023-05-08 16:39:06 +02:00
71bff98bd4 Fixed overlay when inserting fast enough so backend can't keep up
Overlay was updated temporarily with a wrong text on insert command,
so when the suggestion backend didn't keep up the suggestion was
wrong.

Refactored some code to have less repetition when setting overlay
properties.
2023-05-07 19:48:45 +02:00
446f88ff78 Fixed error when no further candidate was found
When corfu--candidate was ended up as nil, the overlay still held
previous value but was not updated as the error was raised in
the update function.

Additionally when the backend is not keeping up we use
the previous candidate to update what the user see using
all of the information we had (i.e. prefix and the candidate),
so we borrow a character from one and append/prepend to the
other when necessary. This gives a little better experience
when using slow backend such as lsp.
2023-05-07 17:06:36 +02:00
cfd74e2f6b Initial commit of Corfu candidate overlay
The minor mode uses underlying corfu completion data to show
the first candidate inline while typing.
2023-04-06 22:22:44 +02:00