dots-of-war/files/.config/nvim/fnl/plugins/telescope.fnl
2021-05-09 11:36:32 +02:00

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>")