summaryrefslogtreecommitdiff
path: root/lua/core/telescope.lua
AgeCommit message (Collapse)Author
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-07-31make telescope keybindings more sane (#1154)Abouzar Parvan
2021-07-25remove defaults.find_command (#1096)Real Human
Co-authored-by: tiannaru <[email protected]>
2021-07-25Move leader keybinding into the whichkey config (#1089)rebuilt
2021-07-24New contract (#1080)Christian Chiarulli
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-17a better path_display default for telescope (#1009)Abouzar Parvan
2021-07-13Add telescope cycle prompt history keymappings (#909)hui.liu
2021-07-12refactor single filechristianchiarulli