diff options
| author | Abouzar Parvan <[email protected]> | 2021-09-28 23:59:50 +0330 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-28 23:59:50 +0330 | 
| commit | 6b79e00cb04bf889fc30b84482d6db6e951ca9e9 (patch) | |
| tree | b617d113ed1c28458fe4009d6a04e7a50db57924 | |
| parent | 238bbf18ac4e35152be06736c75e94a81e3382e8 (diff) | |
pin barbar to fix #1636
| -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 178fb99e..adebe492 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -139,6 +139,7 @@ return {    {      "romgrk/barbar.nvim", +    commit = "7a19aac3d401c997a6fb7067a7756a4a77184c2e",      config = function()        require("core.bufferline").setup()      end, | 
