HTMLify

telescope.lua
Views: 3 | Author: abh
return {
    "nvim-telescope/telescope.nvim",
    tag = "1.8.0",
    dependencies = {
        "nvim-lua/plenary.nvim"
    }
}

Comments