Add telescope lsp plugin

This commit is contained in:
Alexander Gehrke 2022-09-07 14:20:04 +02:00
parent c8e1e7f11b
commit 243f61abac
3 changed files with 10 additions and 1 deletions

3
lua/conf/telescope.lua Normal file
View file

@ -0,0 +1,3 @@
telescope = require('telescope')
telescope.load_extension('fzf_native')
telescope.load_extension('lsp_handlers')