Nvim: add telescope
This commit is contained in:
parent
901bccab0d
commit
7b13a37d2b
4 changed files with 13 additions and 11 deletions
3
home/.config/nvim/lua/pluginconf/telescope.lua
Normal file
3
home/.config/nvim/lua/pluginconf/telescope.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
local telescope = require('telescope')
|
||||
telescope.setup {}
|
||||
telescope.load_extension('fzf')
|
Loading…
Add table
Add a link
Reference in a new issue