mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
12 lines
298 B
Fennel
12 lines
298 B
Fennel
(module plugins.telescope
|
|
{require {utils utils
|
|
telescope telescope
|
|
actions telescope.actions}})
|
|
|
|
(telescope.setup
|
|
{:defaults
|
|
{:i { "<esc>" actions.close}}})
|
|
|
|
(telescope.load_extension "media_files")
|
|
|
|
(utils.keymap :n :<C-p> ":Telescope find_files<CR>")
|