Skip to content

Commit 65f838f

Browse files
fix(telescope): tag a version compatible with Debian 13
1 parent 63d3993 commit 65f838f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nvim/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ require("lazy").setup({
281281
-- ─── Fuzzy Finder ────────────────────────────────────────
282282
{
283283
"nvim-telescope/telescope.nvim",
284+
tag = "0.1.8",
284285
cmd = "Telescope",
285286
dependencies = { "nvim-lua/plenary.nvim" },
286287
keys = {

0 commit comments

Comments
 (0)