dots-of-war/files/.config/nvim/fnl/plugins/telescope.fnl

9 lines
199 B
Text
Raw Normal View History

2021-04-18 12:03:50 +02:00
(module plugins.telescope
2021-05-08 19:31:04 +02:00
{require {utils utils
2021-04-18 12:03:50 +02:00
telescope telescope
actions telescope.actions}})
2021-05-08 22:24:53 +02:00
(telescope.setup {})
2021-04-18 12:03:50 +02:00
2021-04-23 16:46:45 +02:00
(utils.keymap :n :<C-p> ":Telescope find_files<CR>")