feat: add Avante plugin support with configuration options
This commit is contained in:
@@ -25,10 +25,18 @@ M.barsNlines = function()
|
||||
return false
|
||||
end
|
||||
|
||||
M.avante = function()
|
||||
return func.check_global_var("useavante", true, false)
|
||||
end
|
||||
|
||||
M.chatgpt = function()
|
||||
return func.check_global_var("usechatgpt", true, false)
|
||||
end
|
||||
|
||||
M.gp = function()
|
||||
return func.check_global_var("usegpai", true, false)
|
||||
end
|
||||
|
||||
--- Codeium conditional options
|
||||
M.codeium = function()
|
||||
return func.check_global_var("aitool", "codeium", "neocodeium")
|
||||
|
||||
Reference in New Issue
Block a user