mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
17 lines
327 B
Fennel
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}}})
|
|
|
|
|
|
|