Simon Hauser
5131df7df1
docs: rewrite readme and add missing config values + builtin opts
2021-09-16 11:12:12 +02:00
Luke Kershaw
fbc983eb91
fix(command_parser): pcall for the loadstring ( #1134 )
2021-08-21 11:44:27 +01:00
Luke Kershaw
d6d28dbe32
fix(command parser): evaluate valid lua expressions ( #1128 )
2021-08-19 20:49:16 +01:00
Jan Steinke
615efe666b
Allow range parameters on command parser ( #1123 )
2021-08-19 19:11:22 +02:00
Luke Kershaw
161a2e9f61
fix(command parser): discard invalid lua expressions ( #1124 )
2021-08-19 19:09:14 +02:00
Luke Kershaw
f67d3e883d
feat: allow tables in vimscript command parser ( #1075 )
2021-08-18 10:05:04 +01:00
Simon Hauser
79644ab677
chore: use stylua for formatting ( #1040 )
...
* chore: stylua job and config
* reformat with stylua
2021-07-23 11:42:37 -04:00
Jonathan Teran
37a3a68a78
feat: add search_dirs to split_keywords table ( #986 )
...
This allows the command parser to correctly split `search_dirs` into a
table. Should solve nvim-telescope/telescope.nvim#985
2021-07-14 22:11:07 +02:00
tamago324
20984fc5cd
fix: subcommand completion for each extension ( #597 )
2021-03-03 21:16:15 +08:00
Raphael
677b44d3a0
Enhance Telescope command ( #588 )
...
* Enhance Telescope command close #581
* bug fix
2021-03-02 16:34:29 +08:00
Raphael
689dd12385
support custom table type keyword ( #450 )
...
* 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-31 19:21:25 +08:00
Raphael
c2039ca78d
improve conver_user_opts function readable ( #441 )
2021-01-17 17:34:58 +08:00
Raphael
c50c69ac00
support convert custom command arg ( #439 )
...
* support convert custom command arg
* format code
* remove unused variable
2021-01-16 18:55:36 +08:00
Raphael
77d6a74d1e
fix: custom extensions opts for commands ( #404 )
2021-01-08 06:00:45 +03:00
Raphael
a089c67483
refactor telescope command ( #398 )
...
* 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
2021-01-08 01:47:46 +01:00