(module plugins.telescope {require {a aniseed.core fennel aniseed.fennel nvim aniseed.nvim utils utils telescope telescope actions telescope.actions}}) (telescope.setup {:defaults {:i { "" actions.close}}}) (telescope.load_extension "media_files") (utils.keymap :n : ":Telescope find_files")