I seem to be having exactly the same output both with and without loading this plugin. I load it thus: ``` lua require('telescope').setup() lua require('telescope').load_extension('fzy_native') ``` How can I check to ensure that the plugin is being used for both text and file sorting?