dots/configs/home/.config/nvim/lua/plugins/telescope.nvim

5 lines
95 B
Plaintext
Raw Permalink Normal View History

2023-10-27 19:56:44 +02:00
return {
"nvim-telescope/telescope.nvim",
dependencies = { "nvim-lua/plenary.nvim" }
}