dots-of-war/fnl/plugins/telescope.fnl
2021-04-18 12:03:50 +02:00

17 lines
327 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}}})