diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-09 13:53:47 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-09 13:53:47 +0200 |
commit | 8eea431d0554308394fe951502e9fc63399837df (patch) | |
tree | 58450ec0f548e9956db4dabe1f2eb8f54cfa074a /lua/plugins.lua | |
parent | 5692bf2d44358c843a132d259f0c864b07cb30b3 (diff) |
use specific commit of telescope-file-browser
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index f399c25..9819abf 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -106,6 +106,7 @@ return require("packer").startup(function(use) use { "nvim-telescope/telescope-file-browser.nvim", + commit = "1280db1f835bd6b73a485d6f1149e02df67533c4", requires = { { "nvim-lua/plenary.nvim", |