Andrii Savytskyi
ce8fdc8907
remove plenary.nvim dependency
2022-09-15 15:23:31 +03:00
Andrii Savytskyi
971c9c9712
Update telescope.lua
2022-09-15 12:50:30 +03:00
Steven Arcangeli
b2406a0ea7
fix: telescope codeaction properly columnates and indexes client name ( #6 )
2022-05-29 18:48:25 -07:00
Steven Arcangeli
e3b31d45bc
feat: customize the code action UI for telescope ( #6 )
2022-05-26 22:09:34 -07:00
Steven Arcangeli
e607dd99ae
feat: enable telescope customization for vim.ui.select caller
2022-05-26 19:45:28 -07:00
Steven Arcangeli
f68a91a281
fix: stack overflow in telescope ( #36 )
2022-04-22 21:51:20 -07:00
Steven Arcangeli
96552c9199
fix: hide deprecation notice when option not used ( #26 )
2022-03-17 10:01:53 -07:00
Steven Arcangeli
4542292854
refactor!: deprecate telescope 'theme' option
...
Pass the theme options in directly now. For example:
```lua
require('dressing').setup({
select = {
telescope = require('telescope.themes').get_ivy({})
}
})
```
2022-03-16 21:03:17 -07:00
Steven Arcangeli
c9e7f4f4cd
lint: fix lint errors
2022-03-16 20:48:49 -07:00
tami5
4f36284caa
style: format
2022-03-14 21:50:14 +03:00
tami5
dbceda6303
fix: skipping config.theme when it's a table
2022-03-14 21:50:13 +03:00
tami5
d1063d4e47
Merge branch 'master' into feat/select/override_telescope_config
2022-03-14 04:39:23 +03:00
tami5
43f325b654
feat(select): override telescope config
...
Support passing extra telescope configurations as well as custom theme
function + backward compatibility for current state. So hopefully no
breaking changes.
2022-03-14 04:32:28 +03:00
Steven Arcangeli
b6f5a92ef4
doc: document new telescope config options
2022-02-28 16:37:34 -08:00
Akin Sowemimo
c49854aa5d
fix(telescope): allow passing theme options
...
to telescope picker
2022-02-26 13:26:05 +00:00
William Boman
2f2582e5f7
call on_choice before return
2021-12-06 18:26:00 +01:00
William Boman
c84bf85c28
fix(select/telescope): check for nil selection
2021-12-06 01:29:37 +01:00
Steven Arcangeli
edbae09ec4
feat: add support for more telescope themes
2021-12-03 04:24:11 -08:00
Steven Arcangeli
7f6cf7fb80
Initial commit
2021-12-02 19:30:27 -08:00