1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim/lua/user/plugins/editor/finder.lua: use master branch

This commit is contained in:
Henrik Hautakoski 2024-12-16 23:46:04 +01:00
parent 282945986c
commit ecf0a37176

View file

@ -18,6 +18,7 @@ local dropdown_opts = {
return {
"nvim-telescope/telescope.nvim",
branch = "master",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",