feat: add telescope picker for yadm files

This commit is contained in:
2024-12-10 13:06:17 -05:00
parent 7d0ea4a1f9
commit dc8cd06cf7
3 changed files with 27 additions and 8 deletions
+4 -2
View File
@@ -50,8 +50,10 @@ return {
},
},
extensions = {
'fzf',
fzf = {},
},
})
telescope.load_extension('fzf')
end,
}
}