fix: disable avante support for termux
This commit is contained in:
@@ -16,5 +16,6 @@ if prefix ~= nil then
|
||||
if prefix:match('com.termux') then
|
||||
vim.g.useimage = false
|
||||
vim.g.is_termux = true
|
||||
vim.g.useavante = false
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user