diff --git a/README.md b/README.md index 2102fff4..7804d773 100644 --- a/README.md +++ b/README.md @@ -481,6 +481,8 @@ Octo search assignee:pwntester is:pr Octo provides a built-in omnifunc completion for issues, PRs and users that you can trigger using ``. Alternately, if you use [`nvim-cmp`](https://github.com/hrsh7th/nvim-cmp) or [`blink.cmp`](https://github.com/Saghen/blink.cmp) for completion, you can use the [`cmp-git`](https://github.com/petertriho/cmp-git/) or [`blink-cmp-git`](https://github.com/Kaiser-Yang/blink-cmp-git) source to provide issues, PRs, commits and users completion. +Also,you can use [`cmp-emoji`](https://github.com/hrsh7th/cmp-emoji) or [`blink-emoji.nvim`](https://github.com/moyiz/blink-emoji.nvim) to get markdown emoji completion. + ## 🎨 Colors | Highlight Group | Linked To | diff --git a/doc/octo.txt b/doc/octo.txt index 31300232..56d6623b 100644 --- a/doc/octo.txt +++ b/doc/octo.txt @@ -234,6 +234,7 @@ COMPLETION *octo-completion* Octo provides a built-in omnifunc completion for issues, PRs and users that you can trigger using ``. Alternately, if you use [`nvim-cmp`](https://github.com/hrsh7th/nvim-cmp) or [`blink.cmp`](https://github.com/Saghen/blink.cmp) for completion, you can use the [`cmp-git`](https://github.com/petertriho/cmp-git/) or [`blink-cmp-git`](https://github.com/Kaiser-Yang/blink-cmp-git) source to provide issues, PRs, commits and users completion. +Also,you can use [`cmp-emoji`](https://github.com/hrsh7th/cmp-emoji) or [`blink-emoji.nvim`](https://github.com/moyiz/blink-emoji.nvim) to get markdown emoji completion. HIGHLIGHT GROUPS *octo-highlights*