mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 21:41:04 +00:00
Isntall avante and disable it
Taking to long to build/install.
This commit is contained in:
parent
295227b8f8
commit
a1758d0fc2
2 changed files with 6 additions and 0 deletions
5
README.md
Normal file
5
README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
## Install avante
|
||||||
|
|
||||||
|
cd ~/.local/share/nvim/lazy/avante.nvim
|
||||||
|
LUA_VERSION=luajit bash ./build.sh
|
||||||
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"yetone/avante.nvim",
|
"yetone/avante.nvim",
|
||||||
|
enabled = false,
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
version = false, -- Never set this value to "*"! Never!
|
version = false, -- Never set this value to "*"! Never!
|
||||||
opts = {
|
opts = {
|
||||||
Loading…
Add table
Reference in a new issue