You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.2 KiB

  1. return {
  2. "yetone/avante.nvim",
  3. event = "VeryLazy",
  4. version = false,
  5. opts = {
  6. },
  7. build = "make",
  8. dependencies = {
  9. "nvim-treesitter/nvim-treesitter",
  10. "stevearc/dressing.nvim",
  11. "nvim-lua/plenary.nvim",
  12. "MunifTanjim/nui.nvim",
  13. "echasnovski/mini.pick",
  14. "nvim-telescope/telescope.nvim",
  15. "nvim-tree/nvim-web-devicons",
  16. {
  17. -- support for image pasting
  18. "HakonHarnes/img-clip.nvim",
  19. event = "VeryLazy",
  20. opts = {
  21. -- recommended settings
  22. default = {
  23. embed_image_as_base64 = false,
  24. prompt_for_file_name = false,
  25. drag_and_drop = {
  26. insert_mode = true,
  27. },
  28. -- required for Windows users
  29. use_absolute_path = true,
  30. },
  31. },
  32. },
  33. {
  34. -- Make sure to set this up properly if you have lazy=true
  35. 'MeanderingProgrammer/render-markdown.nvim',
  36. opts = {
  37. file_types = { "markdown", "Avante" },
  38. },
  39. ft = { "markdown", "Avante" },
  40. },
  41. },
  42. }