dots/configs/home/.config/nvim/lua/plugins/telescope.nvim
2023-10-27 19:56:44 +02:00

5 lines
95 B
Plaintext

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