summaryrefslogtreecommitdiff
path: root/lua/telescope/command.lua
AgeCommit message (Collapse)Author
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