summaryrefslogtreecommitdiff
path: root/lua/lvim/core/cmp.lua
AgeCommit message (Collapse)Author
2021-11-28fix: correct order for cmp's setup (#1999)kylo252
2021-11-10fix(cmp): if possible jump in the snippet after completionChase Colman
fix(cmp): update cmp to fix textwidth calculation and indent bugs
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
Co-authored-by: xeluxee <[email protected]>
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