mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
8 lines
199 B
Fennel
8 lines
199 B
Fennel
(module plugins.telescope
|
|
{require {utils utils
|
|
telescope telescope
|
|
actions telescope.actions}})
|
|
|
|
(telescope.setup {})
|
|
|
|
(utils.keymap :n :<C-p> ":Telescope find_files<CR>")
|