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