feat: add avante
This commit is contained in:
parent
8f59516109
commit
ffa0f91baf
@ -13,6 +13,18 @@ return {
|
|||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"stevearc/aerial.nvim",
|
||||||
|
opts = {},
|
||||||
|
-- Optional dependencies
|
||||||
|
dependencies = {
|
||||||
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
"nvim-tree/nvim-web-devicons",
|
||||||
|
},
|
||||||
|
keys = {
|
||||||
|
{ "<leader>a", "<cmd>AerialToggle!<CR>", desc = "Toggle Aerial Symbol view" },
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"olical/conjure",
|
"olical/conjure",
|
||||||
config = function()
|
config = function()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user