summaryrefslogtreecommitdiff
path: root/lua/lvim/core/cmp.lua
AgeCommit message (Expand)Author
2023-03-19fix: copilot indent reset (#3343) (#3960)Khilseith
2023-02-04perf: lazy load most plugins (#3750)LostNeophyte
2022-12-16ci: enable format workflow on master (#3623)LostNeophyte
2022-12-13feat(cmp): add on_config_done callback (#3589)Mathieu Cartaud
2022-12-05feat: support 'hrsh7th/cmp-cmdline' by default (#3545)Hamothy
2022-11-10fix: cmp will behave closer to how people expectChristian Chiarulli
2022-11-02fix: don't complete in prompt ftChristian Chiarulli
2022-11-02feat: toggle cmp active (#3398)Christian Chiarulli
2022-10-31fix: statusline and breadcrumbs hls reload with config reload (#3376)Christian Chiarulli
2022-10-14fix: name treesitter source in cmp (#3223)Daniel Rodríguez Rivero
2022-10-08feat(cmp): add configs for cmp.setup.cmdline (#3180)Ali Almohaya
2022-10-07feat: reduce noise from LSP text comes from buffer source anywayChristianChiarulli
2022-10-07feat: buffer cmp for search, and path for command mode (#3147)opalmay
2022-10-07feat: add new copilot and other sources (#3171)Christian Chiarulli
2022-10-02feat: move icons to a single icons file (#3115)Philippe Richard
2022-09-25fix: supertab should tab if menu is not available (#3079)Christian Chiarulli
2022-09-15refactor: small improvements (#3021)Christian Chiarulli
2022-09-07fix(cmp): fix cmp select on CR (#2980)Daniel Rodríguez Rivero
2022-09-01fix(cmp): do not mutate the original confirm_opts on CR (#2979)Daniel Rodríguez Rivero
2022-08-29refactor(cmp)!: adapt new recommendations (#2913)kylo252
2022-07-31perf(cmp): remove redundant check for emmet-ls (#2830)rebuilt
2022-05-01feat: add cmp-tmux to the list of sources (#2542)Philipp Schmitt
2022-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-04-15fix(cmp): bring back default keybindings (#2470)Abouzar Parvan
2022-04-14feat(cmp): documentation is deprecated in favor of window.documentation (#2461)Abouzar Parvan
2022-04-07[Feature] Add option to set maximum cmp menu width (#2425)xeluxee
2021-11-28fix: correct order for cmp's setup (#1999)kylo252
2021-11-10fix(cmp): if possible jump in the snippet after completionChase Colman
2021-11-04feat: (kind, abbr, menu) cmp formatChristianChiarulli
2021-10-30feat: update now syncs the core plugins (#1865)kylo252
2021-10-25feat(cmp): expose lunarvim's cmp helper methods (#1844)Chase Colman
2021-10-24feat: make cmp keyword_length easier to configure (#1840)kylo252
2021-10-16fix(cmp): fix <C-j> and <C-k> keybindings not workingxeluxee
2021-10-10feat: add an independent lvim namespace (#1699)kylo252