Skip to content

Pull requests: hrsh7th/nvim-cmp

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt click/return to exclude labels
or click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

fix: some symbols can't be mapped correctly
#2081 opened Nov 4, 2024 by OnlyWick Loading… updated Nov 11, 2024
fix: make sure nvim-cmp keymaps are registered
#2087 opened Nov 9, 2024 by tronikelis Loading… updated Nov 10, 2024
fix(utils): Only call callback if type(callback) == "function"
#2038 opened Sep 13, 2024 by iguanacucumber Loading… updated Nov 6, 2024
feat: allow individual hl custamization of scrollbar for docs and menu
#2078 opened Nov 2, 2024 by jonathan-elize Loading… updated Nov 2, 2024
feat: Refactor compare.scopes
#2007 opened Aug 2, 2024 by pynappo Loading… updated Oct 27, 2024
Multiline snippet ghost text with dynamic window position flip
#1955 opened Jun 8, 2024 by xzbdmw Loading… updated Oct 22, 2024
Use keyword_pattern for is_symbol check
#1975 opened Jul 6, 2024 by joshbode Loading… updated Oct 21, 2024
fix: scrollbar thumb ui issue
#2068 opened Oct 21, 2024 by epheien Loading… updated Oct 21, 2024
feat: config.view.entries.vertical_positioning = 'above'|'below'|'auto'
#1701 opened Sep 12, 2023 by llllvvuu Loading… updated Oct 10, 2024
feat(ghost_text): Added custom multi-line snippets ghost_text support
#2001 opened Jul 27, 2024 by ldfwbebp Loading… updated Oct 9, 2024
Select nth item in the completion list, and number items
#1491 opened Mar 18, 2023 by benlubas Loading… updated Oct 8, 2024
Fix completion menu showing over the cmd win
#1904 opened Apr 27, 2024 by bobrippling Loading… updated Sep 24, 2024
fix missing required fields in formatting config
#2040 opened Sep 18, 2024 by marcinmdev Loading… updated Sep 18, 2024
fix: the height of docs view get wrong when content lines get wrapped
#2032 opened Sep 1, 2024 by adoyle-h Loading… updated Sep 1, 2024
Use get_word so that the word is the same as in core.confirm
#1860 opened Mar 24, 2024 by luozhiya Loading… updated Aug 21, 2024
fix: The items within the view of Completion are in the wrong order.
#2020 opened Aug 21, 2024 by tttoad Loading… updated Aug 21, 2024
Keep empty lines when showing ghost_text
#2002 opened Jul 28, 2024 by luozhiya Loading… updated Jul 28, 2024
fixup! fix: remove deprecated use of vim.tbl_add_reverse_lookup (#1931)
#1991 opened Jul 15, 2024 by AThePeanut4 Loading… updated Jul 26, 2024
ci: automated releases and luarocks uploads
#1923 opened May 13, 2024 by mrcjkb Loading… updated Jul 25, 2024
2
5
fix: fixed typos
#1926 opened May 15, 2024 by nizamiza Loading… updated May 15, 2024
Do not use sync code in InserEnter
#1911 opened May 6, 2024 by xzbdmw Loading… updated May 7, 2024
fix: Type check for snippet description #1832
#1833 opened Feb 21, 2024 by Forsigg Loading… updated Apr 29, 2024
Check for complete pattern matches later in the target text
#1900 opened Apr 24, 2024 by iteratee Loading… updated Apr 24, 2024
Allow comparators access to the complete list of entries
#1894 opened Apr 20, 2024 by scratchyone Loading… updated Apr 20, 2024
Fix: remove undo break when confirm complete
#1867 opened Mar 31, 2024 by zyd2001 Loading… updated Apr 6, 2024
ProTip! Adding no:label will show everything without a label.