21 Commits

Author SHA1 Message Date
Will Hopkins
a19770625a feat: check if cmd extension can be loaded (#2655)
As a last resort if no other cmd is found in `run_cmd`, check
if the command can be loaded as an extension.
2023-09-10 12:23:28 +02:00
Simon Hauser
e7e90466de break: remove lsp code actions (#1866)
see :help telescope.changelog-1866 for more information
2022-04-25 22:52:00 +02:00
Simon Hauser
831f76a809 docs: add module prefix (#1847) 2022-04-18 08:21:00 +02:00
tami5
ef7b6ada6d feat: improve UX with vim.notify (#1763)
* 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-13 18:11:27 +01:00
tami5
ddb9e56160 feat(lsp): ignore_symbols option (#1745)
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-03-11 14:41:48 +01:00
zeertzjq
76c23d7375 feat: show a message for unknown command (#1698) 2022-01-18 07:46:10 +01:00
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