Nvim: add telescope

This commit is contained in:
Marko Korhonen 2022-03-02 17:50:32 +02:00
parent 901bccab0d
commit 7b13a37d2b
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')