Simon Hauser
618e0e6075
feat: set defaults for each picker in telescope setup (#883)
This allows easier picker configuration for example:
```lua
require("telescope").setup {
pickers = {
buffers = {
show_all_buffers = true,
sort_lastused = true,
theme = "dropdown",
previewer = false,
mappings = {
i = {
["<c-q>"] = "smart_send_to_qflist",
}
}
}
}
}
```
This configuration will be applied when running `:Telescope buffers`
2021-06-09 19:51:03 +02:00
..
2020-12-13 11:49:14 +01:00
2021-05-31 08:47:05 +02:00
2021-01-11 13:29:37 -05:00
2021-06-09 19:51:03 +02:00
2020-10-27 23:33:49 -04:00
2021-04-08 10:35:44 -04:00
2021-05-15 15:02:14 -04:00
2021-05-11 20:16:04 +02:00
2020-12-09 15:46:41 -05:00
2021-03-03 21:16:15 +08:00
2021-06-09 19:51:03 +02:00
2020-12-09 15:46:41 -05:00
2021-04-08 10:35:44 -04:00
2021-04-13 14:39:14 -04:00
2021-01-22 20:11:01 +01:00
2021-06-09 19:51:03 +02:00
2021-04-08 10:35:44 -04:00
2021-05-30 10:54:17 +02:00
2021-06-09 19:51:03 +02:00
2021-01-19 18:28:47 +01:00
2021-05-26 17:19:17 -04:00
2021-04-16 11:11:40 -04:00
2020-11-16 10:58:30 -05:00
2021-05-15 15:02:14 -04:00
2021-04-20 17:48:29 -07:00
2021-02-22 11:30:57 -05:00