summaryrefslogtreecommitdiff
path: root/lua/core/cmp.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-10fix: don't hide duplicate snippetsAbouzar Parvan
2021-10-09feat(cmp): make popupmenu formatting options configurable (#1718)xeluxee
2021-10-09fix(cmp/autopairs): prevent out of bounds jump and re-enable jump after ↵Chase Colman
confirm (#1708)
2021-10-08fix: don't use the cmp floating window (#1715)Abouzar Parvan
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