mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 19:32:24 +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>")
|