this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cleanup

-47
-47
nvim/lua/plugins/ai.lua
··· 1 1 return { 2 2 { "github/copilot.vim" }, 3 - { "madox2/vim-ai" }, 4 - -- { 5 - -- "yetone/avante.nvim", 6 - -- event = "VeryLazy", 7 - -- lazy = false, 8 - -- version = false, -- set this if you want to always pull the latest change 9 - -- opts = { 10 - -- -- add any opts here 11 - -- }, 12 - -- -- if you want to build from source then do `make BUILD_FROM_SOURCE=true` 13 - -- build = "make", 14 - -- -- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows 15 - -- dependencies = { 16 - -- "stevearc/dressing.nvim", 17 - -- "nvim-lua/plenary.nvim", 18 - -- "MunifTanjim/nui.nvim", 19 - -- --- The below dependencies are optional, 20 - -- "hrsh7th/nvim-cmp", -- autocompletion for avante commands and mentions 21 - -- "nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons 22 - -- "zbirenbaum/copilot.lua", -- for providers='copilot' 23 - -- { 24 - -- -- support for image pasting 25 - -- "HakonHarnes/img-clip.nvim", 26 - -- event = "VeryLazy", 27 - -- opts = { 28 - -- -- recommended settings 29 - -- default = { 30 - -- embed_image_as_base64 = false, 31 - -- prompt_for_file_name = false, 32 - -- drag_and_drop = { 33 - -- insert_mode = true, 34 - -- }, 35 - -- -- required for Windows users 36 - -- use_absolute_path = true, 37 - -- }, 38 - -- }, 39 - -- }, 40 - -- { 41 - -- -- Make sure to set this up properly if you have lazy=true 42 - -- "MeanderingProgrammer/render-markdown.nvim", 43 - -- opts = { 44 - -- file_types = { "markdown", "Avante" }, 45 - -- }, 46 - -- ft = { "markdown", "Avante" }, 47 - -- }, 48 - -- }, 49 - -- }, 50 3 { 51 4 "olimorris/codecompanion.nvim", 52 5 dependencies = {