Skip to content

Commit 65d6ffa

Browse files
authored
fix: check if nui exists (#1746)
1 parent a9b01e7 commit 65d6ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/avante/health.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function M.check()
2222
},
2323
["nui.nvim"] = {
2424
path = "MunifTanjim/nui.nvim",
25-
module = "nui",
25+
module = "nui.popup",
2626
},
2727
}
2828

0 commit comments

Comments
 (0)