fix: vim-plug installation (#595)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-09-15 10:44:39 -04:00
committed by GitHub
parent cea3dfb85b
commit 26fe7b4a10
2 changed files with 5 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ end
---@param opts? AskOptions
M.refresh = function(opts)
opts = opts or {}
local sidebar = require("avante").get()
if not sidebar then return end
if not sidebar:is_open() then return end