dotfiles/neovim/.config/nvim/lua/plugins/telescope.lua

5 lines
106 B
Lua
Raw Permalink Normal View History

return {
'nvim-telescope/telescope.nvim', tag = '0.1.6',
dependencies = { 'nvim-lua/plenary.nvim' }
}