mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nvim): AI edit with avante-nvim
This commit is contained in:
parent
6885636712
commit
385f289e1a
5 changed files with 90 additions and 23 deletions
|
|
@ -2,6 +2,10 @@ return {
|
|||
{
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
lazy = false,
|
||||
opts = {
|
||||
file_types = { "markdown", "Avante" },
|
||||
},
|
||||
ft = { "markdown", "Avante" },
|
||||
config = function()
|
||||
require("render-markdown").setup({
|
||||
render_modes = { "n", "c", "t" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue