summaryrefslogtreecommitdiff
path: root/lua/core/cmp.lua
AgeCommit message (Collapse)Author
2021-10-03refactor: auto-generate language configuration (#1584)kylo252
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-09-21feature: allow cmp confirm options to be configurable (#1523)Chase Colman
2021-09-14fix: no preselect for up/down, c-j/c-k and tab/s-tabChristian Chiarulli
2021-09-09fix: move setup function outside of config functionChristian Chiarulli
2021-09-07feat: compe -> cmp (#1496)Christian Chiarulli