Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ require("cmp").register_source("fude", require("fude.completion.cmp").new())

Then add `{ name = "fude" }` to your nvim-cmp sources.

## Known Issues

- **nvim-cmp: `_commit` completion order** — nvim-cmp sorts candidates by its own algorithm, so `_commit` completion may not display in date-descending order as intended. blink.cmp preserves the intended order. ([#98](https://github.com/flexphere/fude.nvim/issues/98))

## License

MIT
Loading