dots-of-war/fnl/plugins/telescope.fnl

18 lines
327 B
Text
Raw Normal View History

2021-04-18 10:03:50 +00:00
(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}}})