Skip to content

Commit

Permalink
Update lua/astrocommunity/completion/avante-nvim/init.lua
Browse files Browse the repository at this point in the history
Removed because `lazy = false` is added

Co-authored-by: Uzair Aftab <[email protected]>
  • Loading branch information
vonhyou and Uzaaft committed Sep 2, 2024
1 parent 098ad4b commit b2e22f4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lua/astrocommunity/completion/avante-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,6 @@ return {
event = "VeryLazy",
lazy = false,
build = ":AvanteBuild",
cmd = {
"AvanteAsk",
"AvanteBuild",
"AvanteConflictChooseAllTheirs",
"AvanteConflictChooseBase",
"AvanteConflictChooseBoth",
"AvanteConflictChooseCursor",
"AvanteConflictChooseNone",
"AvanteConflictChooseOurs",
"AvanteConflictChooseTheirs",
"AvanteConflictListQf",
"AvanteConflictNextConflict",
"AvanteConflictPrevConflict",
"AvanteEdit",
"AvanteRefresh",
"AvanteSwitchProvider",
},
dependencies = {
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",
Expand Down

0 comments on commit b2e22f4

Please sign in to comment.