fix: disable avante support for termux

This commit is contained in:
2024-11-13 20:03:11 -05:00
parent 3f096313fc
commit 54779cab5d
2 changed files with 1 additions and 169 deletions
+1
View File
@@ -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