mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +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 {
|
||||
"yetone/avante.nvim",
|
||||
enabled = false,
|
||||
event = "VeryLazy",
|
||||
version = false, -- Never set this value to "*"! Never!
|
||||
opts = {
|
||||
Loading…
Add table
Reference in a new issue