From fdcfda743724062316ce7be554e8223b8e7075fe Mon Sep 17 00:00:00 2001 From: yetone Date: Tue, 15 Apr 2025 16:46:29 +0800 Subject: [PATCH] fix: types (#1878) --- lua/avante/file_selector.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/avante/file_selector.lua b/lua/avante/file_selector.lua index ad18668..a9ef06f 100644 --- a/lua/avante/file_selector.lua +++ b/lua/avante/file_selector.lua @@ -217,6 +217,7 @@ function FileSelector:show_selector_ui() local params = { title = title, filepaths = filepaths, handler = handler } ---@type avante.file_selector.IParams Config.file_selector.provider(params) else + ---@type avante.SelectorProvider local provider = "native" if Config.file_selector.provider == "native" then provider = "native"