nvim-telescope / telescope-fzy-native.nvim

FZY style sorter that is compiled
MIT License
178 stars 8 forks source link

How to check if loaded correctly? #9

Open HaleTom opened 2 years ago

HaleTom commented 2 years ago

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?