mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
10 lines
233 B
Fennel
10 lines
233 B
Fennel
(module plugins.telescope
|
|
{require {utils utils
|
|
telescope telescope
|
|
actions telescope.actions}})
|
|
|
|
(print "initializing telescope")
|
|
|
|
(telescope.setup {})
|
|
|
|
(utils.keymap :n :<C-p> ":Telescope find_files<CR>")
|