summaryrefslogtreecommitdiff
path: root/lua/telescope/command.lua
AgeCommit message (Expand)Author
2022-04-25break: remove lsp code actions (#1866)Simon Hauser
2022-04-18docs: add module prefix (#1847)Simon Hauser
2022-03-13feat: improve UX with vim.notify (#1763)tami5
2022-03-11feat(lsp): ignore_symbols option (#1745)tami5
2022-01-18feat: show a message for unknown command (#1698)zeertzjq
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-08-21fix(command_parser): pcall for the loadstring (#1134)Luke Kershaw
2021-08-19fix(command parser): evaluate valid lua expressions (#1128)Luke Kershaw
2021-08-19Allow range parameters on command parser (#1123)Jan Steinke
2021-08-19fix(command parser): discard invalid lua expressions (#1124)Luke Kershaw
2021-08-18feat: allow tables in vimscript command parser (#1075)Luke Kershaw
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-14feat: add `search_dirs` to split_keywords table (#986)Jonathan Teran
2021-03-03fix: subcommand completion for each extension (#597)tamago324
2021-03-02Enhance Telescope command (#588)Raphael
2021-01-31support custom table type keyword (#450)Raphael
2021-01-17improve conver_user_opts function readable (#441)Raphael
2021-01-16support convert custom command arg (#439)Raphael
2021-01-08fix: custom extensions opts for commands (#404)Raphael
2021-01-08refactor telescope command (#398)Raphael