Nvim: add telescope

This commit is contained in:
Marko Korhonen 2022-03-02 17:50:32 +02:00
parent 99a7044e8d
commit d4ba7a72d9
4 changed files with 13 additions and 11 deletions

View file

@ -0,0 +1,3 @@
local telescope = require('telescope')
telescope.setup {}
telescope.load_extension('fzf')