Files
telescope.nvim/plugin
Jerry Wang d95a8125bb 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.
2023-04-23 14:39:22 +02:00
..