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