summaryrefslogtreecommitdiff
path: root/lua/core/autopairs.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-09fix(cmp/autopairs): prevent out of bounds jump and re-enable jump after ↵Chase Colman
confirm (#1708)
2021-09-17[Bugfix]: latex completion: insert `{` instead of `(` when completing (#1566)xeluxee
2021-09-07feat: compe -> cmp (#1496)Christian Chiarulli
2021-08-22[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)devtoi
* Make autopairs config consistent with others * Fix two typos for autopairs * Remove extranous autopairs code. Return on setup * Remove extranous else for autopairs completion confirmation * Move on_config_done callbacks to setup functions. * Add on_config_done completion for builtins lacking a config function * enables galaxyline callbacks to work properly * Add modules for more builtins * Finish streamline of config function in plugin setup * Fix double use of which_key/wk * Fix erroneous remove of functionality in autopairs completion * consistency fixes * Work around telescope not found at config time * Match plugin definition of project and lualine with others * fix: restore config callback syntax Co-authored-by: Johan Melin <[email protected]> Co-authored-by: rebuilt <[email protected]> Co-authored-by: Luc Sinet <[email protected]> Co-authored-by: kylo252 <[email protected]>
2021-08-17[Feature] Make the rest of the builtins configurable (#1318)kylo252
2021-08-12Revert "Merge pull request #1294 from kylo252/autopairs-refactor"abzcoding
This reverts commit d71c3280c88c72665a21875522f0be3b157075b4, reversing changes made to a3344203818658441d176fe279e1978505940432.
2021-08-11fix map_complete optionkylo252
2021-08-11feat: make autopairs configurablekylo252
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-08-08better compe support for latexAbouzar Parvan
2021-08-08fix compe for latexAbouzar Parvan
2021-07-19Fix reports from luacheck (#1031)Luc Sinet
2021-07-12refactor single filechristianchiarulli