Commit Graph
8 Commits
Author SHA1 Message Date
Christian ClasonandSimon Hauser 6f32711d76 fixup: adapt to deprecations in Nvim 0.10 (#3113)
vim.iter.flatten() is not a full replacement (does not support arrays
with `nil`); a fix may be backported but for now only use it on nightly
(0.10 has no warnings yet).

(cherry picked from commit 0c12735d5a)
2024-05-20 11:49:39 +02:00
Christian ClasonandSimon Hauser a3a7f4c6b9 fixup: adapt to deprecations in Nvim 0.10 (#3112)
(cherry picked from commit 33f04c3a86)
2024-05-20 11:49:25 +02:00
Christian ClasonandSimon Hauser dd4acbd6fa fix: adapt to Nvim deprecations in 0.10 (#3109)
(cherry picked from commit bbdbb7593f)
2024-05-20 11:48:33 +02:00
Juan BarriosandSimon Hauser b98bc793c4 feat: sorting popup autocomplete items and initial builtin items (#2518)
(cherry picked from commit 8dd1cb2771)
2023-05-24 17:07:01 +02:00
Jerry WangandSimon Hauser dc62f61afa fix: some builtin functions missing in completion list (#2464)
if there is extension_list, then the builtin_list would be replaced/overriden. e.g. if there are 3 items in extension_list, then first 3 items in builtin_list would be replaced when you type
`:Telescope fi` and press tab to get completion list.

(cherry picked from commit d95a8125bb)
2023-05-14 21:33:55 +02:00
Antoine BertinandSimon Hauser 50461b86c0 fix: selected icon highlight with color_devicons to false (#2187)
(cherry picked from commit 5fadc247c5)
2023-01-06 14:27:50 +01:00
Simon HauserandGitHub e7e90466de break: remove lsp code actions (#1866)
see :help telescope.changelog-1866 for more information
2022-04-25 22:52:00 +02:00
5045d7e5e7 feat: switch to telescope.lua (#1873)
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-04-25 22:34:42 +02:00