Commit Graph

10 Commits

Author SHA1 Message Date
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