avante.nvim
avante.nvim copied to clipboard
bug: Documentation doesn't describe how to configure provider using home-manager
Describe the bug
Instructions for configuring Provider only show how to configure it in Lua. No instructions for home-manager.
To reproduce
No response
Expected behavior
No response
Installation method
programs.neovim.plugins = with pkgs.vimPlugins; [ { plugin = avante-nvim; type = "lua"; config = '' require("avante_lib").load() require("avante").setup() ''; } ];
Environment
NVIM v0.10.2 Build type: Release LuaJIT 2.1.1713773202 Run "nvim -V1 -v" for more info
Linux Lethe 6.12.10-zen1 #1-NixOS ZEN SMP PREEMPT_DYNAMIC Tue Jan 1 00:00:00 UTC 1980 x86_64 GNU/Linux
Repro
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Commenting to avoid closure.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.