We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typing in the Avante window is considerably slower than typing in any other buffer.
I could repro the issue with the minimal init.lua.
init.lua
Even with barely any dependencies, I see that typing in Avante is slow enough to throw me off.
Avante windows should let me type at the same speed as any other buffer.
Use lazy.nvim:
{ "yetone/avante.nvim", event = "VeryLazy", build = "make", version = false, dependencies = { "stevearc/dressing.nvim", "nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim", "nvim-tree/nvim-web-devicons", }, keys = { { "<leader>a", "", desc = "Avante", mode = { "n", "v" } }, }, config = function() require("avante").setup() end }, }
NVIM v0.10.1 Build type: Release LuaJIT 2.1.1713773202 Run "nvim -V1 -v" for more info
Darwin Varun-MBP.local 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:21 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8103 arm64
vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { "yetone/avante.nvim", event = "VeryLazy", build = "make", version = false, dependencies = { "stevearc/dressing.nvim", "nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim", "nvim-tree/nvim-web-devicons", }, keys = { { "<leader>a", "", desc = "Avante", mode = { "n", "v" } }, }, config = function() require("avante").setup() end }, })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Typing in the Avante window is considerably slower than typing in any other buffer.
To reproduce
I could repro the issue with the minimal
init.lua
.Even with barely any dependencies, I see that typing in Avante is slow enough to throw me off.
Expected behavior
Avante windows should let me type at the same speed as any other buffer.
Installation method
Use lazy.nvim:
Environment
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1713773202
Run "nvim -V1 -v" for more info
Darwin Varun-MBP.local 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:21 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8103 arm64
Repro
The text was updated successfully, but these errors were encountered: