index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
command.lua
Age
Commit message (
Expand
)
Author
2021-09-16
docs: rewrite readme and add missing config values + builtin opts
Simon Hauser
2021-08-21
fix(command_parser): pcall for the loadstring (#1134)
Luke Kershaw
2021-08-19
fix(command parser): evaluate valid lua expressions (#1128)
Luke Kershaw
2021-08-19
Allow range parameters on command parser (#1123)
Jan Steinke
2021-08-19
fix(command parser): discard invalid lua expressions (#1124)
Luke Kershaw
2021-08-18
feat: allow tables in vimscript command parser (#1075)
Luke Kershaw
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-07-14
feat: add `search_dirs` to split_keywords table (#986)
Jonathan Teran
2021-03-03
fix: subcommand completion for each extension (#597)
tamago324
2021-03-02
Enhance Telescope command (#588)
Raphael
2021-01-31
support custom table type keyword (#450)
Raphael
2021-01-17
improve conver_user_opts function readable (#441)
Raphael
2021-01-16
support convert custom command arg (#439)
Raphael
2021-01-08
fix: custom extensions opts for commands (#404)
Raphael
2021-01-08
refactor telescope command (#398)
Raphael