nvim: Update smart-open to fix pause when opening

This commit is contained in:
2025-09-12 00:49:46 +02:00
parent 5c64115e5d
commit 43b0059631
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ return {
},
{
"danielfalk/smart-open.nvim",
branch = "0.2.x",
branch = "0.3.x",
config = function()
require("telescope").load_extension("smart_open")
end,