summaryrefslogtreecommitdiff
path: root/lua/core/telescope.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-09fix(telescope): prompt position when find/grep LunarVim files (#1711)Xavier Young
2021-10-06[Feature] better code action prompt and auto show codelens actions (#1698)Abouzar Parvan
2021-10-01feat: add LvimUpdate command (#1634)kylo252
* feat: add prelimenary LvimUpdate command * feat: use native process management * feat: add a telescope change-log utility * fix: update readme to include the new command
2021-09-25fix: adjust layout after a regression in telescope (#1615)kylo252
2021-09-13refactor: use more flexible paths (#1381)kylo252
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-18[Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315)Ahmed Khalf
* Replace vim-rooter with project.nvim * Implement stylua format * Remove smart_cwd * Implicitly update nvim-tree dir when project active * Link datapath to cache * Fix stylua * Fix lint * Fix telescope bug * Fix telescope dependency * Fix telescope once and for all * Fix telescope once again
2021-08-17[Feature] Make the rest of the builtins configurable (#1318)kylo252
2021-08-15[Refactor] Clean-up redundant module-load checks (#1011)kylo252
2021-08-14feat: use telescope to quickly open lunarvim files (#1310)kylo252
2021-08-12Please... reverse history and cycle next telescope bindings (#1276)Andrew Fridley
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