dots-of-war/fnl/plugins/telescope.fnl
2021-04-22 19:54:37 +02:00

17 lines
355 B
Fennel

(module plugins.telescope
{require {a aniseed.core
fennel aniseed.fennel
nvim aniseed.nvim
utils utils
telescope telescope
actions telescope.actions}})
(telescope.setup
{:defaults
{:i { "<esc>" actions.close}}})
(telescope.load_extension "media_files")