summaryrefslogtreecommitdiff
path: root/lua/telescope/command.lua
AgeCommit message (Collapse)Author
2022-04-25break: remove lsp code actions (#1866)Simon Hauser
see :help telescope.changelog-1866 for more information
2022-04-18docs: add module prefix (#1847)Simon Hauser
2022-03-13feat: improve UX with vim.notify (#1763)tami5
* fix(notify): don't report request on new line * ref(notify): update message format * ref(msgs): always quote values + decrease duplication * fix(ci): undefined variables * ref(actions): temporary silent actions.__index errors * cleanup * revert: panic effort, we continue to use error for those Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-03-11feat(lsp): ignore_symbols option (#1745)tami5
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
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
* chore: stylua job and config * reformat with stylua
2021-07-14feat: add `search_dirs` to split_keywords table (#986)Jonathan Teran
This allows the command parser to correctly split `search_dirs` into a table. Should solve nvim-telescope/telescope.nvim#985
2021-03-03fix: subcommand completion for each extension (#597)tamago324
2021-03-02Enhance Telescope command (#588)Raphael
* Enhance Telescope command close #581 * bug fix
2021-01-31support custom table type keyword (#450)Raphael
* support custom table type keyword * remove custom split function use vim.split * remove unused varable fix test * rewrite get extensions subcommand * add comment * remove blankline * check the param in default options * revert * add register keyword function
2021-01-17improve conver_user_opts function readable (#441)Raphael
2021-01-16support convert custom command arg (#439)Raphael
* support convert custom command arg * format code * remove unused variable
2021-01-08fix: custom extensions opts for commands (#404)Raphael
2021-01-08refactor telescope command (#398)Raphael
* refactor telescope command * addd telescope default options support * fix variable name wrong * convert command line string to lua type * add comment. * update readme for use theme in commandline * enhance complete in commandline * enhance complete in commandline * enhance covert commandline options