require('telescope').load_extension('lsp_handlers') require('telescope').setup({ defaults={ path_display={"smart"}, }, pickers={ find_files={ theme="dropdown", layout_config={ horizontal= {width=0.5} } } }, extensions = { lsp_handlers = { code_action = { telescope = require('telescope.themes').get_dropdown({}), }, }, }, })