1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/config/nvim/lua/plugins/telescope.lua
Dan Barber d8a322f404 Starter Neovim config
Featuring syntax highlighting, file tree sidebar, and fuzzy file
finding.
2023-04-05 16:42:29 -05:00

5 lines
91 B
Lua

return {
"nvim-telescope/telescope.nvim",
dependencies = { "nvim-lua/plenary.nvim" }
}